Mercurial > emacs
changeset 64366:c1cb0b064667
(Type Predicates): Document `atom' type.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 16 Jul 2005 11:37:11 +0000 |
parents | badd66c815b3 |
children | 93037e5003f9 |
files | man/cl.texi |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/man/cl.texi Sat Jul 16 11:35:33 2005 +0000 +++ b/man/cl.texi Sat Jul 16 11:37:11 2005 +0000 @@ -736,6 +736,11 @@ @code{(null @var{object})}. @item +The type symbol @code{atom} represents all objects that are not cons +cells. Thus @code{(typep @var{object} 'atom)} is equivalent to +@code{(atom @var{object})}. + +@item The type symbol @code{real} is a synonym for @code{number}, and @code{fixnum} is a synonym for @code{integer}.