mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
Another 'void' update
* doc/lispref/symbols.texi (Symbol Components): Another update due to the change in 'void' function implementation. (Bug#73886)
This commit is contained in:
parent
c78b4d2b31
commit
55a8cec013
@ -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
|
property list. To get a symbol's property list, use the function
|
||||||
@code{symbol-plist}. @xref{Symbol Properties}.
|
@code{symbol-plist}. @xref{Symbol Properties}.
|
||||||
|
|
||||||
The function cell or the value cell may be @dfn{void}, which means
|
The value cell may be @dfn{void}, which means that the cell does not
|
||||||
that the cell does not reference any object. (This is not the same
|
reference any object. (This is not the same thing as holding the symbol
|
||||||
thing as holding the symbol @code{void}, nor the same as holding the
|
@code{void}, nor the same as holding the symbol @code{nil}.) Examining
|
||||||
symbol @code{nil}.) Examining a function or value cell that is void
|
a value cell that is void results in an error, such as @samp{Symbol's
|
||||||
results in an error, such as @samp{Symbol's value as variable is void}.
|
value as variable is void}.
|
||||||
|
|
||||||
Because each symbol has separate value and function cells, variables
|
Because each symbol has separate value and function cells, variables
|
||||||
names and function names do not conflict. For example, the symbol
|
names and function names do not conflict. For example, the symbol
|
||||||
|
Loading…
Reference in New Issue
Block a user