aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/textmodes/fill.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el
index f9b9003593d..8c5a8d35d1a 100644
--- a/lisp/textmodes/fill.el
+++ b/lisp/textmodes/fill.el
@@ -1094,7 +1094,7 @@ JUSTIFY to justify paragraphs (prefix arg),
1094When filling a mail message, pass a regexp for CITATION-REGEXP 1094When filling a mail message, pass a regexp for CITATION-REGEXP
1095which will match the prefix of a line which is a citation marker 1095which will match the prefix of a line which is a citation marker
1096plus whitespace, but no other kind of prefix. 1096plus whitespace, but no other kind of prefix.
1097Also, if CITATION-REGEXP is non-nil, don't fill header lines." 1097Also, if CITATION-REGEXP is non-nil, don't fill header lines."
1098 (interactive (progn 1098 (interactive (progn
1099 (barf-if-buffer-read-only) 1099 (barf-if-buffer-read-only)
1100 (list (region-beginning) (region-end) 1100 (list (region-beginning) (region-end)
@@ -1124,7 +1124,7 @@ JUSTIFY to justify paragraphs (prefix arg),
1124When filling a mail message, pass a regexp for CITATION-REGEXP 1124When filling a mail message, pass a regexp for CITATION-REGEXP
1125which will match the prefix of a line which is a citation marker 1125which will match the prefix of a line which is a citation marker
1126plus whitespace, but no other kind of prefix. 1126plus whitespace, but no other kind of prefix.
1127Also, if CITATION-REGEXP is non-nil, don't fill header lines." 1127Also, if CITATION-REGEXP is non-nil, don't fill header lines."
1128 (interactive (progn 1128 (interactive (progn
1129 (barf-if-buffer-read-only) 1129 (barf-if-buffer-read-only)
1130 (list (region-beginning) (region-end) 1130 (list (region-beginning) (region-end)