summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-07-29 12:34:31 +0200
committerStefan Kangas <stefankangas@gmail.com>2020-07-29 12:35:19 +0200
commitd024fc141bab0b8d3400dc6b53eac1ed199ddb1f (patch)
tree581e58c692d674cf3d0e46bb0999427ab871730f
parentd78e0f3cd55689ad1608aeb05b0de1dfb914a63a (diff)
downloademacs-d024fc141bab0b8d3400dc6b53eac1ed199ddb1f.tar.gz
* doc/lispref/symbols.texi (Definitions): Fix typo.
-rw-r--r--doc/lispref/symbols.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/symbols.texi b/doc/lispref/symbols.texi
index dad29554562..d6b0494d1ad 100644
--- a/doc/lispref/symbols.texi
+++ b/doc/lispref/symbols.texi
@@ -132,7 +132,7 @@ variables. To define a customizable variable, use the
(@pxref{Customization}).
In principle, you can assign a variable value to any symbol with
-@code{setq}, whether not it has first been defined as a variable.
+@code{setq}, whether or not it has first been defined as a variable.
However, you ought to write a variable definition for each global
variable that you want to use; otherwise, your Lisp program may not
act correctly if it is evaluated with lexical scoping enabled