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:
parent
08dcf825e6
commit
9d7c4eb554
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue