From 9b240644fbcd6132af216807d06e9e9f44f6d9ce Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 13 Oct 2008 11:18:02 +0000 Subject: [PATCH] (What Is a Function): `functionp' returns nil for special forms. Add an xref. --- doc/lispref/functions.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index 3a891db871e..068d05ffc99 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi @@ -116,7 +116,9 @@ byte compiler. @xref{Byte-Code Type}. @defun functionp object This function returns @code{t} if @var{object} is any kind of -function, i.e. can be passed to @code{funcall}. +function, i.e.@: can be passed to @code{funcall}. Note that +@code{functionp} returns @code{nil} for special forms (@pxref{Special +Forms}). @end defun Unlike @code{functionp}, the next three functions do @emph{not} -- 2.39.5