[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 a081b6625bd: ; Updated Elispref-Manual: `nil' cannot be defun'e
From: |
Eli Zaretskii |
Subject: |
emacs-29 a081b6625bd: ; Updated Elispref-Manual: `nil' cannot be defun'ed |
Date: |
Sat, 6 May 2023 05:47:19 -0400 (EDT) |
branch: emacs-29
commit a081b6625bd3afa67d82403de8fa02de7e428bfd
Author: Shynur <one.last.kiss@outlook.com>
Commit: Eli Zaretskii <eliz@gnu.org>
; Updated Elispref-Manual: `nil' cannot be defun'ed
* doc/lispref/functions.texi (Function Cells): Fix inaccuracy.
(Bug#62746)
---
doc/lispref/functions.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi
index 948c6bb96f8..4ab7a194eb0 100644
--- a/doc/lispref/functions.texi
+++ b/doc/lispref/functions.texi
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-29 a081b6625bd: ; Updated Elispref-Manual: `nil' cannot be defun'ed,
Eli Zaretskii <=