aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorRichard M. Stallman1999-02-13 11:52:52 +0000
committerRichard M. Stallman1999-02-13 11:52:52 +0000
commit9d7c4eb5547e75fdda8cf70758deeb45a1362994 (patch)
tree890c74a82fa49c164fd9d5ceb08ed061fd3f007f /lisp/textmodes
parent08dcf825e6d06896a213a9a90826439fb6fd4e01 (diff)
downloademacs-9d7c4eb5547e75fdda8cf70758deeb45a1362994.tar.gz
emacs-9d7c4eb5547e75fdda8cf70758deeb45a1362994.zip
(paragraph-separate): Doc fix.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/paragraphs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el
index 4132cb131c5..4f373763bc7 100644
--- a/lisp/textmodes/paragraphs.el
+++ b/lisp/textmodes/paragraphs.el
@@ -119,7 +119,7 @@ hard newline are considered to match."
119 119
120(defcustom paragraph-separate "[ \t\f]*$" 120(defcustom paragraph-separate "[ \t\f]*$"
121 "*Regexp for beginning of a line that separates paragraphs. 121 "*Regexp for beginning of a line that separates paragraphs.
122If you change this, you may have to change paragraph-start also. 122If you change this, you may have to change `paragraph-start' also.
123 123
124This is matched against the text at the left margin, which is not necessarily 124This is matched against the text at the left margin, which is not necessarily
125the beginning of the line, so it should not use \"^\" as an anchor. This 125the beginning of the line, so it should not use \"^\" as an anchor. This