From: Eli Zaretskii Date: Mon, 13 Oct 2008 11:18:02 +0000 (+0000) Subject: (What Is a Function): `functionp' returns nil for special forms. Add an xref. X-Git-Tag: emacs-pretest-23.0.90~2505 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b240644fbcd6132af216807d06e9e9f44f6d9ce;p=emacs.git (What Is a Function): `functionp' returns nil for special forms. Add an xref. --- 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}