unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Xiyue Deng <manphiz@gmail.com>
To: 67820@debbugs.gnu.org
Subject: bug#67820: Acknowledgement (29.1; Code example in "fwd-para while" has unmatched ending parentheses)
Date: Wed, 13 Dec 2023 22:00:33 -0800	[thread overview]
Message-ID: <87y1dx8gse.fsf@debian-hx90.lan> (raw)
In-Reply-To: <handler.67820.B.170253338629937.ack@debbugs.gnu.org> (GNU bug Tracking System's message of "Thu, 14 Dec 2023 05:57:02 +0000")

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

Patch attached.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Drop-unmatched-ending-parentheses-in-example-code-bu.patch --]
[-- Type: text/x-diff, Size: 845 bytes --]

From f19104695734ba9e508ac14459d9a93e700521bc Mon Sep 17 00:00:00 2001
From: Xiyue Deng <manphiz@gmail.com>
Date: Wed, 13 Dec 2023 16:21:10 -0800
Subject: [PATCH] Drop unmatched ending parentheses in example code (bug#67820)

* doc/lispintro/emacs-lisp-intro.texi (fwd-para while): drop unmatched
ending parentheses.
---
 doc/lispintro/emacs-lisp-intro.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi
index eb8ff413b79..fdd0fd0860f 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -13245,7 +13245,7 @@ The last expression when there is no fill prefix is
 @smallexample
 @group
 (if (< (point) (point-max))
-    (goto-char start))))
+    (goto-char start))
 @end group
 @end smallexample
 
-- 
2.39.2


[-- Attachment #3: Type: text/plain, Size: 16 bytes --]


-- 
Xiyue Deng

  parent reply	other threads:[~2023-12-14  6:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-14  5:55 bug#67820: 29.1; Code example in "fwd-para while" has unmatched ending parentheses Xiyue Deng
     [not found] ` <handler.67820.B.170253338629937.ack@debbugs.gnu.org>
2023-12-14  6:00   ` Xiyue Deng [this message]
2023-12-15 13:37 ` Eli Zaretskii
2023-12-15 22:08   ` Xiyue Deng
2023-12-16  7:52     ` Eli Zaretskii
2023-12-16 10:46       ` Xiyue Deng
2023-12-16 13:40         ` Eli Zaretskii
2023-12-16 22:57           ` Xiyue Deng
2023-12-23  9:38             ` 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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87y1dx8gse.fsf@debian-hx90.lan \
    --to=manphiz@gmail.com \
    --cc=67820@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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).