mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-15 08:21:18 +00:00
; * 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)
|
(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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue