diff options
| author | Pavel Janík | 2001-12-20 19:01:00 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-12-20 19:01:00 +0000 |
| commit | f0529b5b1aeb64a7df9765781948a5edbfc80b1e (patch) | |
| tree | 158ac5ca37e5347b9cc96ffe5514ab852e3aa8b9 /src/lread.c | |
| parent | 0ff9b955fe8d8032f5c139dcc86990f0177b646f (diff) | |
| download | emacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.tar.gz emacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.zip | |
Doc fix.
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lread.c b/src/lread.c index 80463c1e18e..824e34ae47b 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -3229,8 +3229,8 @@ defvar_int (namestring, address) | |||
| 3229 | SET_SYMBOL_VALUE (sym, val); | 3229 | SET_SYMBOL_VALUE (sym, val); |
| 3230 | } | 3230 | } |
| 3231 | 3231 | ||
| 3232 | /* Similar but define a variable whose value is T if address contains 1, | 3232 | /* Similar but define a variable whose value is t if address contains 1, |
| 3233 | NIL if address contains 0 */ | 3233 | nil if address contains 0 */ |
| 3234 | void | 3234 | void |
| 3235 | defvar_bool (namestring, address) | 3235 | defvar_bool (namestring, address) |
| 3236 | char *namestring; | 3236 | char *namestring; |