Improve wording in symbols.texi
authorStefan Kangas <stefankangas@gmail.com>
Sat, 1 Feb 2025 03:08:43 +0000 (04:08 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 1 Feb 2025 03:08:43 +0000 (04:08 +0100)
* doc/lispref/symbols.texi (Symbol Components): Improve wording
(Bug#75512).   Reported by Matt Trzcinski <matt@excalamus.com>.

doc/lispref/symbols.texi

index 24b4e892024856e939f38c0f0723141550a871ba..2fd3da9812dd3e588e8eeccf781100f0b96724e2 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