diff options
| author | Glenn Morris | 2007-08-08 07:41:51 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-08-08 07:41:51 +0000 |
| commit | e17ca187e2e5c598509c426426afbe977324dd4a (patch) | |
| tree | 7cfa70be73a4661feb31dcc29ddccc772bd22105 | |
| parent | c7dd5e286d34d02ba11a3921d4814d757afc76e0 (diff) | |
| download | emacs-e17ca187e2e5c598509c426426afbe977324dd4a.tar.gz emacs-e17ca187e2e5c598509c426426afbe977324dd4a.zip | |
(nil and t): Do not use `iff' in documentation.
| -rw-r--r-- | lispref/intro.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 213 | Variables}. | 213 | Variables}. |
| 214 | 214 | ||
| 215 | @defun booleanp object | 215 | @defun booleanp object |
| 216 | Return non-nil iff @var{object} is one of the two canonical boolean | 216 | Return non-nil if @var{object} is one of the two canonical boolean |
| 217 | values: @code{t} or @code{nil}. | 217 | values: @code{t} or @code{nil}. |
| 218 | @end defun | 218 | @end defun |
| 219 | 219 | ||