]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve wording in symbols.texi
authorStefan Kangas <stefankangas@gmail.com>
Sat, 1 Feb 2025 03:08:43 +0000 (04:08 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:12:04 +0000 (12:12 +0100)
* doc/lispref/symbols.texi (Symbol Components): Improve wording
(Bug#75512).   Reported by Matt Trzcinski <matt@excalamus.com>.

(cherry picked from commit 3bccd04c5c659307231f9e03895d71d26c1d5f8f)

doc/lispref/symbols.texi

index 4a505768b5801bcb06ba3581865a5027c30ef76e..87f0e43eef95fa0e5c510ef9867a24469be3eab0 100644 (file)
@@ -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
 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
-@code{buffer-file-name} has a value (the name of the file being
-visited in the current buffer) as well as a function definition (a
-primitive function that returns the name of the file):
+  Because each symbol has separate value and function cells, the names
+of variables and functions do not conflict.  For example, the symbol
+@code{buffer-file-name} has a value (the name of the file being visited
+in the current buffer) as well as a function definition (a primitive
+function that returns the name of the file):
 
 @example
 buffer-file-name