(nil and t): Do not use `iff' in documentation.

This commit is contained in:
Glenn Morris 2007-08-08 07:41:51 +00:00
parent c7dd5e286d
commit e17ca187e2

View 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