all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arash Esbati <arash@gnu.org>
To: 69742@debbugs.gnu.org
Subject: bug#69742: 30.0.50; [PATCH] Add a closing parentheses
Date: Tue, 12 Mar 2024 12:58:29 +0100	[thread overview]
Message-ID: <m21q8fu0ey.fsf@macmutant.fritz.box> (raw)

[-- Attachment #1: Type: text/plain, Size: 75 bytes --]

Hi all,

this is tiny change for a missing right parentheses.

Best, Arash

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-doc-lispref-control.texi-Conditionals-Add-missing-pa.patch --]
[-- Type: text/x-patch, Size: 900 bytes --]

From be88c7e06f28859f551fa7e786e84bfe1cc1c7ca Mon Sep 17 00:00:00 2001
From: Arash Esbati <arash@gnu.org>
Date: Tue, 12 Mar 2024 12:53:32 +0100
Subject: [PATCH] ; * doc/lispref/control.texi (Conditionals): Add missing
 paren.

---
 doc/lispref/control.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 78ad5b68a51..f9f3389c398 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -323,7 +323,7 @@ Conditionals
 
 @defmac if-let spec then-form else-forms...
 Evaluate each binding in @var{spec} in turn, like in @code{let*}
-(@pxref{Local Variables}, stopping if a binding value is @code{nil}.
+(@pxref{Local Variables}), stopping if a binding value is @code{nil}.
 If all are non-@code{nil}, return the value of @var{then-form},
 otherwise the last form in @var{else-forms}.
 @end defmac
-- 
2.44.0


             reply	other threads:[~2024-03-12 11:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-12 11:58 Arash Esbati [this message]
2024-03-12 15:06 ` bug#69742: 30.0.50; [PATCH] Add a closing parentheses 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=m21q8fu0ey.fsf@macmutant.fritz.box \
    --to=arash@gnu.org \
    --cc=69742@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.