From: Arash Esbati Date: Fri, 17 Mar 2023 13:25:37 +0000 (+0100) Subject: ; * lisp/subr.el (setq-local): Add missing period (bug#62242). X-Git-Tag: emacs-29.0.90~154 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea87c54f359;p=emacs.git ; * lisp/subr.el (setq-local): Add missing period (bug#62242). --- 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.