Improve wording in symbols.texi
* doc/lispref/symbols.texi (Symbol Components): Improve wording (Bug#75512). Reported by Matt Trzcinski <matt@excalamus.com>.
This commit is contained in:
parent
6441b9ea7a
commit
3bccd04c5c
1 changed files with 5 additions and 5 deletions
|
@ -106,11 +106,11 @@ reference any object. (This is not the same thing as holding the symbol
|
||||||
a value cell that is void results in an error, such as @samp{Symbol's
|
a value cell that is void 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, the names
|
||||||
names and function names do not conflict. For example, the symbol
|
of variables and functions do not conflict. For example, the symbol
|
||||||
@code{buffer-file-name} has a value (the name of the file being
|
@code{buffer-file-name} has a value (the name of the file being visited
|
||||||
visited in the current buffer) as well as a function definition (a
|
in the current buffer) as well as a function definition (a primitive
|
||||||
primitive function that returns the name of the file):
|
function that returns the name of the file):
|
||||||
|
|
||||||
@example
|
@example
|
||||||
buffer-file-name
|
buffer-file-name
|
||||||
|
|
Loading…
Add table
Reference in a new issue