changeset 99916:99af427b4d7f

(nil and t): Fix typo.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 25 Nov 2008 03:52:14 +0000
parents b869a303f165
children d7ec854f5dc4
files doc/lispref/intro.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/intro.texi	Tue Nov 25 03:52:05 2008 +0000
+++ b/doc/lispref/intro.texi	Tue Nov 25 03:52:14 2008 +0000
@@ -201,8 +201,8 @@
 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