]> git.eshelyaron.com Git - emacs.git/commitdiff
(nil and t): Do not use `iff' in documentation.
authorGlenn Morris <rgm@gnu.org>
Wed, 8 Aug 2007 07:41:51 +0000 (07:41 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 8 Aug 2007 07:41:51 +0000 (07:41 +0000)
lispref/intro.texi

index 35566603b7cb12aa922720676b6b7ed49e68a936..ed0fd1c0699f6cae2ecce02d810a3c8e4edb371d 100644 (file)
@@ -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