From: Chong Yidong Date: Tue, 25 Nov 2008 03:52:14 +0000 (+0000) Subject: (nil and t): Fix typo. X-Git-Tag: emacs-pretest-23.0.90~1535 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=762ed4ad331de46f01af61fb8d0445731d84b867;p=emacs.git (nil and t): Fix typo. --- 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