projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90362f8
)
; * lisp/subr.el (setq-local): Add missing period (bug#62242).
author
Arash Esbati
<arash@gnu.org>
Fri, 17 Mar 2023 13:25:37 +0000
(14:25 +0100)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 17 Mar 2023 14:54:40 +0000
(16:54 +0200)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index c800f38026170e8128cd4d75d76e64d9e3f8bf0c..c73643f6d2bcaa97f7ad859b73b57b7a7206d152 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-163,7
+163,7
@@
of previous VARs.
(defmacro setq-local (&rest pairs)
"Make each VARIABLE buffer-local and assign to it the corresponding VALUE.
-The arguments are variable/value pairs For each VARIABLE in a pair,
+The arguments are variable/value pairs
.
For each VARIABLE in a pair,
make VARIABLE buffer-local and assign to it the corresponding VALUE
of the pair. The VARIABLEs are literal symbols and should not be quoted.