]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/subr.el (setq-local): Add missing period (bug#62242).
authorArash Esbati <arash@gnu.org>
Fri, 17 Mar 2023 13:25:37 +0000 (14:25 +0100)
committerEli Zaretskii <eliz@gnu.org>
Fri, 17 Mar 2023 14:54:40 +0000 (16:54 +0200)
lisp/subr.el

index c800f38026170e8128cd4d75d76e64d9e3f8bf0c..c73643f6d2bcaa97f7ad859b73b57b7a7206d152 100644 (file)
@@ -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.