summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2022-11-04 07:04:39 +0100
committerJuanma Barranquero <lekktu@gmail.com>2022-11-04 07:05:51 +0100
commit116f69d741afb312c826647f303ad8488d355bee (patch)
treea86d36bed3be39b7cd73d2a61a868facf311da40 /lisp/subr.el
parent55a31836fb2e6fbfedbca993d1855c366b8b0a6b (diff)
downloademacs-116f69d741afb312c826647f303ad8488d355bee.tar.gz
emacs-116f69d741afb312c826647f303ad8488d355bee.tar.bz2
emacs-116f69d741afb312c826647f303ad8488d355bee.zip
; * lisp/subr.el (setq-local): Doc fix.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r--lisp/subr.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 83e2e75c418..b60bc110797 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -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