(paragraph-start): Doc fix.

This commit is contained in:
Richard M. Stallman 1993-08-12 08:09:00 +00:00
parent 5ca24800d3
commit 1f2007b343

View file

@ -29,7 +29,12 @@
;;; Code:
(defconst paragraph-start "^[ \t\n\f]" "\
*Regexp for beginning of a line that starts OR separates paragraphs.")
*Regexp for beginning of a line that starts OR separates paragraphs.
This regexp should match lines that separate paragraphs
and should also match lines that start a paragraph
\(and are part of that paragraph).
The variable `paragraph-separate' specifies how to distinguish
lines that start paragraphs from lines that separate them.")
(defconst paragraph-separate "^[ \t\f]*$" "\
*Regexp for beginning of a line that separates paragraphs.