From: Glenn Morris Date: Wed, 8 Aug 2007 07:41:51 +0000 (+0000) Subject: (nil and t): Do not use `iff' in documentation. X-Git-Tag: emacs-pretest-22.1.90~1044 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e17ca187e2e5c598509c426426afbe977324dd4a;p=emacs.git (nil and t): Do not use `iff' in documentation. --- diff --git a/lispref/intro.texi b/lispref/intro.texi index 35566603b7c..ed0fd1c0699 100644 --- a/lispref/intro.texi +++ b/lispref/intro.texi @@ -213,7 +213,7 @@ values results in a @code{setting-constant} error. @xref{Constant Variables}. @defun booleanp object -Return non-nil iff @var{object} is one of the two canonical boolean +Return non-nil if @var{object} is one of the two canonical boolean values: @code{t} or @code{nil}. @end defun