Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
eb383a92
Commit
eb383a92
authored
Jul 16, 2005
by
Eli Zaretskii
Browse files
(Type Predicates): Document `atom' type.
parent
578f8106
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
man/cl.texi
man/cl.texi
+5
-0
No files found.
man/cl.texi
View file @
eb383a92
...
...
@@ -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
}.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment