diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index f6fa65b9e3d..1497a9906bd 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -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}.