mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * doc/lispintro/emacs-lisp-intro.texi: Fix parens (bug#80646).
This commit is contained in:
parent
48d65afa32
commit
9adc553ab9
1 changed files with 1 additions and 1 deletions
|
|
@ -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}.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue