summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
authorArash Esbati <arash@gnu.org>2023-03-17 14:25:37 +0100
committerEli Zaretskii <eliz@gnu.org>2023-03-17 16:54:40 +0200
commitea87c54f359e3d98b4f21a0904206b3696b4bb74 (patch)
tree532dc5331cd49603026a2f95bb08c094e4e9c8a9 /lisp/subr.el
parent90362f87d5837bae9cde3f5859904c547318f06b (diff)
downloademacs-ea87c54f359e3d98b4f21a0904206b3696b4bb74.tar.gz
; * lisp/subr.el (setq-local): Add missing period (bug#62242).
Diffstat (limited to 'lisp/subr.el')
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index c800f380261..c73643f6d2b 100644
--- 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.