# HG changeset patch # User Eli Zaretskii # Date 1223896682 0 # Node ID 48cabcb7338042d6584648012f04f2aabd4b5463 # Parent 0cd084657709e5cca3883a1bd5d54490f11bec23 (What Is a Function): `functionp' returns nil for special forms. Add an xref. diff -r 0cd084657709 -r 48cabcb73380 doc/lispref/functions.texi --- a/doc/lispref/functions.texi Mon Oct 13 10:43:53 2008 +0000 +++ b/doc/lispref/functions.texi Mon Oct 13 11:18:02 2008 +0000 @@ -116,7 +116,9 @@ @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}