]> git.eshelyaron.com Git - emacs.git/commitdiff
Another 'void' update
authorEli Zaretskii <eliz@gnu.org>
Sun, 27 Oct 2024 14:07:08 +0000 (16:07 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 5 Nov 2024 11:05:12 +0000 (12:05 +0100)
* doc/lispref/symbols.texi (Symbol Components): Another update due
to the change in 'void' function implementation.  (Bug#73886)

(cherry picked from commit 55a8cec013e8879da2c79cd8fbe387d8d2822166)

doc/lispref/symbols.texi

index c76bf3d38209620aea6d55b66aa4d2a9b212ed35..c3dc08df2df4c2cca652377a18e5c7242cf615ac 100644 (file)
@@ -100,11 +100,11 @@ the contents of a symbol's function cell, use the function
 property list.  To get a symbol's property list, use the function
 @code{symbol-plist}.  @xref{Symbol Properties}.
 
-  The function cell or the value cell may be @dfn{void}, which means
-that the cell does not reference any object.  (This is not the same
-thing as holding the symbol @code{void}, nor the same as holding the
-symbol @code{nil}.)  Examining a function or value cell that is void
-results in an error, such as @samp{Symbol's value as variable is void}.
+  The value cell may be @dfn{void}, which means that the cell does not
+reference any object.  (This is not the same thing as holding the symbol
+@code{void}, nor the same as holding the symbol @code{nil}.)  Examining
+a value cell that is void results in an error, such as @samp{Symbol's
+value as variable is void}.
 
   Because each symbol has separate value and function cells, variables
 names and function names do not conflict.  For example, the symbol