aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Monnier2008-04-05 20:22:22 +0000
committerStefan Monnier2008-04-05 20:22:22 +0000
commitfc944cd4c504178b0e79f0e443650b07ba38fd6d (patch)
tree7fbd8d918b1ed5168bdbc8bd9cd1c74cdf8a9c5f /doc
parent0e96e25f477dd68d9cc1e734b85e0123984f30e9 (diff)
downloademacs-fc944cd4c504178b0e79f0e443650b07ba38fd6d.tar.gz
emacs-fc944cd4c504178b0e79f0e443650b07ba38fd6d.zip
(functionp): Return nil for special forms.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/functions.texi4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi
index 40a3d3ec38b..3a891db871e 100644
--- a/doc/lispref/functions.texi
+++ b/doc/lispref/functions.texi
@@ -116,9 +116,7 @@ byte compiler. @xref{Byte-Code Type}.
116 116
117@defun functionp object 117@defun functionp object
118This function returns @code{t} if @var{object} is any kind of 118This function returns @code{t} if @var{object} is any kind of
119function, or a special form, or, recursively, a symbol whose function 119function, i.e. can be passed to @code{funcall}.
120definition is a function or special form. (This does not include
121macros.)
122@end defun 120@end defun
123 121
124Unlike @code{functionp}, the next three functions do @emph{not} 122Unlike @code{functionp}, the next three functions do @emph{not}