# HG changeset patch # User Glenn Morris # Date 1186558911 0 # Node ID 2c1650eb5a96f5c73bb0d89eb2ea69f779fd8f68 # Parent 0144e4bfe4b7f20fc825a7a7b9cfff40dd29bf4e (nil and t): Do not use `iff' in documentation. diff -r 0144e4bfe4b7 -r 2c1650eb5a96 lispref/intro.texi --- 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