; * doc/lispintro/emacs-lisp-intro.texi: Fix parens (bug#80646).

This commit is contained in:
Eli Zaretskii
2026-03-21 13:27:56 +02:00
parent 48d65afa32
commit 9adc553ab9

View File

@@ -12826,7 +12826,7 @@ of the pattern.
Specifically, @code{parsep} is set to the original value of the
paragraph separate regular expression concatenated with an alternative
expression that consists of the @code{fill-prefix-regexp} followed by
optional whitespace to the end of the line. The whitespace is defined
optional whitespace to the end of the line. (The whitespace is defined
by @w{@code{"[ \t]*$"}}.) The @samp{\\|} defines this portion of the
regexp as an alternative to @code{parsep}.