(paragraph-start): Doc fix.
This commit is contained in:
parent
5ca24800d3
commit
1f2007b343
1 changed files with 6 additions and 1 deletions
|
@ -29,7 +29,12 @@
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(defconst paragraph-start "^[ \t\n\f]" "\
|
(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]*$" "\
|
(defconst paragraph-separate "^[ \t\f]*$" "\
|
||||||
*Regexp for beginning of a line that separates paragraphs.
|
*Regexp for beginning of a line that separates paragraphs.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue