From: Juanma Barranquero Date: Fri, 4 Nov 2022 06:04:39 +0000 (+0100) Subject: ; * lisp/subr.el (setq-local): Doc fix. X-Git-Tag: emacs-29.0.90~1616^2~320 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=116f69d741afb312c826647f303ad8488d355bee;p=emacs.git ; * lisp/subr.el (setq-local): Doc fix. --- 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