diff options
| author | Chong Yidong | 2008-11-25 03:52:14 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-25 03:52:14 +0000 |
| commit | 762ed4ad331de46f01af61fb8d0445731d84b867 (patch) | |
| tree | 7cd9b9413e22f116cb2c6ca8e1bc802ea09f332a | |
| parent | 8c641f06a85bd25e56124f05d535e1c37eec3ecd (diff) | |
| download | emacs-762ed4ad331de46f01af61fb8d0445731d84b867.tar.gz emacs-762ed4ad331de46f01af61fb8d0445731d84b867.zip | |
(nil and t): Fix typo.
| -rw-r--r-- | doc/lispref/intro.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi index 76d18e082c1..1c435506439 100644 --- a/doc/lispref/intro.texi +++ b/doc/lispref/intro.texi | |||
| @@ -201,8 +201,8 @@ values results in a @code{setting-constant} error. @xref{Constant | |||
| 201 | Variables}. | 201 | Variables}. |
| 202 | 202 | ||
| 203 | @defun booleanp object | 203 | @defun booleanp object |
| 204 | Return non-nil if @var{object} is one of the two canonical boolean | 204 | Return non-@code{nil} if @var{object} is one of the two canonical |
| 205 | values: @code{t} or @code{nil}. | 205 | boolean values: @code{t} or @code{nil}. |
| 206 | @end defun | 206 | @end defun |
| 207 | 207 | ||
| 208 | @node Evaluation Notation | 208 | @node Evaluation Notation |