; * lisp/subr.el (setq-local): Add missing period (bug#62242).
This commit is contained in:
parent
90362f87d5
commit
ea87c54f35
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue