]> git.eshelyaron.com Git - emacs.git/commitdiff
(nil and t): Fix typo.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 25 Nov 2008 03:52:14 +0000 (03:52 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 25 Nov 2008 03:52:14 +0000 (03:52 +0000)
doc/lispref/intro.texi

index 76d18e082c12e93d8a2d430d7fcbc4b93f788616..1c435506439ba68331228d610795e7a015851e56 100644 (file)
@@ -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