]> git.eshelyaron.com Git - emacs.git/commitdiff
(What Is a Function): `functionp' returns nil for special forms. Add an xref.
authorEli Zaretskii <eliz@gnu.org>
Mon, 13 Oct 2008 11:18:02 +0000 (11:18 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 13 Oct 2008 11:18:02 +0000 (11:18 +0000)
doc/lispref/functions.texi

index 3a891db871efdca6d691e665d66222ddc50abe19..068d05ffc9915b4cc8ea22a82a4b8a9f4bdd1423 100644 (file)
@@ -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}