; Updated Elispref-Manual: `nil' cannot be defun'ed
* doc/lispref/functions.texi (Function Cells): Fix inaccuracy. (Bug#62746)
This commit is contained in:
parent
97b818a4fb
commit
a081b6625b
1 changed files with 1 additions and 1 deletions
|
@ -1482,7 +1482,7 @@ the symbol as a function, Emacs signals a @code{void-function} error.
|
|||
Note that void is not the same as @code{nil} or the symbol
|
||||
@code{void}. The symbols @code{nil} and @code{void} are Lisp objects,
|
||||
and can be stored into a function cell just as any other object can be
|
||||
(and they can be valid functions if you define them in turn with
|
||||
(and @code{void} can be a valid function if you define it with
|
||||
@code{defun}). A void function cell contains no object whatsoever.
|
||||
|
||||
You can test the voidness of a symbol's function definition with
|
||||
|
|
Loading…
Add table
Reference in a new issue