]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/subr.el (setq-local): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 4 Nov 2022 06:04:39 +0000 (07:04 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 4 Nov 2022 06:05:51 +0000 (07:05 +0100)
lisp/subr.el

index 83e2e75c418e6a9deaca657267c702bb28ac22b0..b60bc110797c4ba9dc452803049c590258799bea 100644 (file)
@@ -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