mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 06:17:34 +00:00
; * lisp/subr.el (setq-local): Doc fix.
This commit is contained in:
parent
55a31836fb
commit
116f69d741
1 changed files with 3 additions and 3 deletions
|
|
@ -161,10 +161,10 @@ of previous VARs.
|
|||
`(progn . ,(nreverse exps))))
|
||||
|
||||
(defmacro setq-local (&rest pairs)
|
||||
"Make variables in PAIRS buffer-local and assign them the corresponding values.
|
||||
"Make VARIABLEs buffer-local and assign them the corresponding VALUEs.
|
||||
|
||||
PAIRS is a list of variable/value pairs. For each variable, make
|
||||
it buffer-local and assign it the corresponding value. The
|
||||
The args are a list of variable/value pairs. For each VARIABLE,
|
||||
make it buffer-local and assign it the corresponding VALUE. The
|
||||
variables are literal symbols and should not be quoted.
|
||||
|
||||
The second VALUE is not computed until after the first VARIABLE
|
||||
|
|
|
|||
Loading…
Reference in a new issue