diff lispref/intro.texi @ 78498:2c1650eb5a96

(nil and t): Do not use `iff' in documentation.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:41:51 +0000
parents fc9d442f98d2
children a1e16e813aed 424b655804ca
line wrap: on
line diff
--- a/lispref/intro.texi	Wed Aug 08 07:41:40 2007 +0000
+++ b/lispref/intro.texi	Wed Aug 08 07:41:51 2007 +0000
@@ -213,7 +213,7 @@
 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