Mercurial > emacs
changeset 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 | 0144e4bfe4b7 |
children | 49b363c28dce |
files | lispref/intro.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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