aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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