diff options
| -rw-r--r-- | lisp/textmodes/fill.el | 4 |
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), | |||
| 1094 | When filling a mail message, pass a regexp for CITATION-REGEXP | 1094 | When filling a mail message, pass a regexp for CITATION-REGEXP |
| 1095 | which will match the prefix of a line which is a citation marker | 1095 | which will match the prefix of a line which is a citation marker |
| 1096 | plus whitespace, but no other kind of prefix. | 1096 | plus whitespace, but no other kind of prefix. |
| 1097 | Also, if CITATION-REGEXP is non-nil, don't fill header lines." | 1097 | Also, 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), | |||
| 1124 | When filling a mail message, pass a regexp for CITATION-REGEXP | 1124 | When filling a mail message, pass a regexp for CITATION-REGEXP |
| 1125 | which will match the prefix of a line which is a citation marker | 1125 | which will match the prefix of a line which is a citation marker |
| 1126 | plus whitespace, but no other kind of prefix. | 1126 | plus whitespace, but no other kind of prefix. |
| 1127 | Also, if CITATION-REGEXP is non-nil, don't fill header lines." | 1127 | Also, 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) |