From eb383a928510e984a967d35f8d96a4fe4cf55e51 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 16 Jul 2005 11:37:11 +0000 Subject: [PATCH] (Type Predicates): Document `atom' type. --- man/cl.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/cl.texi b/man/cl.texi index c150e0d2b4d..16c738d7174 100644 --- a/man/cl.texi +++ b/man/cl.texi @@ -735,6 +735,11 @@ The type symbol @code{null} represents the symbol @code{nil}. Thus @code{(typep @var{object} 'null)} is equivalent to @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}. -- 2.39.2