[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 fba7b9db397: Add explanation for extra parentheses in ELisp Int
From: |
Eli Zaretskii |
Subject: |
emacs-29 fba7b9db397: Add explanation for extra parentheses in ELisp Introduction |
Date: |
Sat, 23 Dec 2023 04:36:54 -0500 (EST) |
branch: emacs-29
commit fba7b9db39771edbbc71a8122c7b0ea1ce24ec96
Author: Xiyue Deng <manphiz@gmail.com>
Commit: Eli Zaretskii <eliz@gnu.org>
Add explanation for extra parentheses in ELisp Introduction
* doc/lispintro/emacs-lisp-intro.texi (fwd-para while): Add
a note to explain the extra parentheses. (Bug#67820)
---
doc/lispintro/emacs-lisp-intro.texi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/doc/lispintro/emacs-lisp-intro.texi
b/doc/lispintro/emacs-lisp-intro.texi
index aaa7511ef30..4a0e8dfa1fc 100644
--- a/doc/lispintro/emacs-lisp-intro.texi
+++ b/doc/lispintro/emacs-lisp-intro.texi
@@ -13248,6 +13248,10 @@ The last expression when there is no fill prefix is
@end smallexample
@noindent
+(Note that this code snippet is copied verbatim from the original code,
+so the two extra ending parentheses are matching the previous @code{if}
+and @code{while}.)
+
This says that if there is no fill prefix and if we are not at the
end, point should move to the beginning of whatever was found by the
regular expression search for @code{sp-parstart}.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-29 fba7b9db397: Add explanation for extra parentheses in ELisp Introduction,
Eli Zaretskii <=