aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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}