* bug#62242: 29.0.60; [PATCH] Small docstring fix
@ 2023-03-17 13:34 Arash Esbati
2023-03-17 14:55 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: Arash Esbati @ 2023-03-17 13:34 UTC (permalink / raw)
To: 62242
[-- Attachment #1: Type: text/plain, Size: 92 bytes --]
Hi all,
please find attached a tiny docstring fix against the release branch.
Best, Arash
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-lisp-subr.el-setq-local-Add-missing-period.patch --]
[-- Type: text/x-patch, Size: 851 bytes --]
From 51fcee9e101e34f08f8fa1beecd595f4d8d3421a Mon Sep 17 00:00:00 2001
From: Arash Esbati <arash@gnu.org>
Date: Fri, 17 Mar 2023 14:25:37 +0100
Subject: [PATCH] ; * lisp/subr.el (setq-local): Add missing period.
---
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 @@ setq-default
(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.
--
2.40.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-17 14:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-17 13:34 bug#62242: 29.0.60; [PATCH] Small docstring fix Arash Esbati
2023-03-17 14:55 ` Eli Zaretskii
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.