(nil and t): Fix typo.
This commit is contained in:
parent
8c641f06a8
commit
762ed4ad33
1 changed files with 2 additions and 2 deletions
|
@ -201,8 +201,8 @@ values results in a @code{setting-constant} error. @xref{Constant
|
|||
Variables}.
|
||||
|
||||
@defun booleanp object
|
||||
Return non-nil if @var{object} is one of the two canonical boolean
|
||||
values: @code{t} or @code{nil}.
|
||||
Return non-@code{nil} if @var{object} is one of the two canonical
|
||||
boolean values: @code{t} or @code{nil}.
|
||||
@end defun
|
||||
|
||||
@node Evaluation Notation
|
||||
|
|
Loading…
Add table
Reference in a new issue