# HG changeset patch # User Chong Yidong # Date 1227585134 0 # Node ID 99af427b4d7f0c7d86a63d0c87b22082aa92b245 # Parent b869a303f16543c88797542b133066dec75093e6 (nil and t): Fix typo. diff -r b869a303f165 -r 99af427b4d7f doc/lispref/intro.texi --- 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