Mercurial > emacs
changeset 98685:48cabcb73380
(What Is a Function): `functionp' returns nil for special forms. Add an xref.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 13 Oct 2008 11:18:02 +0000 |
parents | 0cd084657709 |
children | 2a93b311de33 |
files | doc/lispref/functions.texi |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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}