; * lisp/subr.el (setq-local): Add missing period (bug#62242).

This commit is contained in:
Arash Esbati 2023-03-17 14:25:37 +01:00 committed by Eli Zaretskii
parent 90362f87d5
commit ea87c54f35

View file

@ -163,7 +163,7 @@ of previous VARs.
(defmacro setq-local (&rest pairs) (defmacro setq-local (&rest pairs)
"Make each VARIABLE buffer-local and assign to it the corresponding VALUE. "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 make VARIABLE buffer-local and assign to it the corresponding VALUE
of the pair. The VARIABLEs are literal symbols and should not be quoted. of the pair. The VARIABLEs are literal symbols and should not be quoted.