mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-08 07:20:28 -08:00
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)
This commit is contained in:
parent
7723282682
commit
fba7b9db39
1 changed files with 4 additions and 0 deletions
|
|
@ -13248,6 +13248,10 @@ The last expression when there is no fill prefix is
|
||||||
@end smallexample
|
@end smallexample
|
||||||
|
|
||||||
@noindent
|
@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
|
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
|
end, point should move to the beginning of whatever was found by the
|
||||||
regular expression search for @code{sp-parstart}.
|
regular expression search for @code{sp-parstart}.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue