]> git.eshelyaron.com Git - emacs.git/commitdiff
; Updated Elispref-Manual: `nil' cannot be defun'ed
authorShynur <one.last.kiss@outlook.com>
Fri, 7 Apr 2023 03:45:28 +0000 (11:45 +0800)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 May 2023 09:46:23 +0000 (12:46 +0300)
* doc/lispref/functions.texi (Function Cells): Fix inaccuracy.
(Bug#62746)

doc/lispref/functions.texi

index 948c6bb96f87d823b403d2693c516f778c72de90..4ab7a194eb0dea264b16f6765e7f74d54bce1c72 100644 (file)
@@ -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