diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-11-25 03:52:14 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-11-25 03:52:14 +0000 |
commit | 762ed4ad331de46f01af61fb8d0445731d84b867 (patch) | |
tree | 7cd9b9413e22f116cb2c6ca8e1bc802ea09f332a /doc/lispref/intro.texi | |
parent | 8c641f06a85bd25e56124f05d535e1c37eec3ecd (diff) | |
download | emacs-762ed4ad331de46f01af61fb8d0445731d84b867.tar.gz |
(nil and t): Fix typo.
Diffstat (limited to 'doc/lispref/intro.texi')
-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 Variables}. @defun booleanp object -Return non-nil if @var{object} is one of the two canonical boolean -values: @code{t} or @code{nil}. +Return non-@code{nil} if @var{object} is one of the two canonical +boolean values: @code{t} or @code{nil}. @end defun @node Evaluation Notation |