projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d78e0f3
)
* doc/lispref/symbols.texi (Definitions): Fix typo.
author
Stefan Kangas
<stefankangas@gmail.com>
Wed, 29 Jul 2020 10:34:31 +0000
(12:34 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Wed, 29 Jul 2020 10:35:19 +0000
(12:35 +0200)
doc/lispref/symbols.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/symbols.texi
b/doc/lispref/symbols.texi
index dad29554562498b97b7da8f713b6785a86397334..d6b0494d1ad2c9d3871102d4e2c4a97eb45c91c7 100644
(file)
--- 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