1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-20 04:50:55 -07:00

(paragraph-separate): Doc fix.

This commit is contained in:
Richard M. Stallman 1999-02-13 11:52:52 +00:00
parent 08dcf825e6
commit 9d7c4eb554

View file

@ -119,7 +119,7 @@ hard newline are considered to match."
(defcustom paragraph-separate "[ \t\f]*$"
"*Regexp for beginning of a line that separates paragraphs.
If you change this, you may have to change paragraph-start also.
If you change this, you may have to change `paragraph-start' also.
This is matched against the text at the left margin, which is not necessarily
the beginning of the line, so it should not use \"^\" as an anchor. This