(nil and t): Fix typo.

This commit is contained in:
Chong Yidong 2008-11-25 03:52:14 +00:00
parent 8c641f06a8
commit 762ed4ad33

View 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