emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 d024fc1: * doc/lispref/symbols.texi (Definitions): Fix typo.


From: Stefan Kangas
Subject: emacs-27 d024fc1: * doc/lispref/symbols.texi (Definitions): Fix typo.
Date: Wed, 29 Jul 2020 06:41:49 -0400 (EDT)

branch: emacs-27
commit d024fc141bab0b8d3400dc6b53eac1ed199ddb1f
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    * doc/lispref/symbols.texi (Definitions): Fix typo.
---
 doc/lispref/symbols.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/symbols.texi b/doc/lispref/symbols.texi
index dad2955..d6b0494 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]