all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arash Esbati <arash@gnu.org>
To: 62242@debbugs.gnu.org
Subject: bug#62242: 29.0.60; [PATCH] Small docstring fix
Date: Fri, 17 Mar 2023 14:34:23 +0100	[thread overview]
Message-ID: <86wn3flcww.fsf@gnu.org> (raw)

[-- 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


             reply	other threads:[~2023-03-17 13:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-17 13:34 Arash Esbati [this message]
2023-03-17 14:55 ` bug#62242: 29.0.60; [PATCH] Small docstring fix Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86wn3flcww.fsf@gnu.org \
    --to=arash@gnu.org \
    --cc=62242@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.