emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 ea87c54f359: ; * lisp/subr.el (setq-local): Add missing period


From: Eli Zaretskii
Subject: emacs-29 ea87c54f359: ; * lisp/subr.el (setq-local): Add missing period (bug#62242).
Date: Fri, 17 Mar 2023 10:55:33 -0400 (EDT)

branch: emacs-29
commit ea87c54f359e3d98b4f21a0904206b3696b4bb74
Author: Arash Esbati <arash@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/subr.el (setq-local): Add missing period (bug#62242).
---
 lisp/subr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index c800f380261..c73643f6d2b 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -163,7 +163,7 @@ of previous VARs.
 (defmacro setq-local (&rest pairs)
   "Make each VARIABLE buffer-local and assign to it the corresponding VALUE.
 
-The arguments are variable/value pairs  For each VARIABLE in a pair,
+The arguments are variable/value pairs.  For each VARIABLE in a pair,
 make VARIABLE buffer-local and assign to it the corresponding VALUE
 of the pair.  The VARIABLEs are literal symbols and should not be quoted.
 



reply via email to

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