emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 116f69d741 2/2: ; * lisp/subr.el (setq-local): Doc fix.


From: Juanma Barranquero
Subject: master 116f69d741 2/2: ; * lisp/subr.el (setq-local): Doc fix.
Date: Fri, 4 Nov 2022 02:07:12 -0400 (EDT)

branch: master
commit 116f69d741afb312c826647f303ad8488d355bee
Author: Juanma Barranquero <lekktu@gmail.com>
Commit: Juanma Barranquero <lekktu@gmail.com>

    ; * lisp/subr.el (setq-local): Doc fix.
---
 lisp/subr.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index 83e2e75c41..b60bc11079 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]