Mercurial > emacs
changeset 47269:dd5bcff29f6a
(fill-nonuniform-paragraphs, fill-individual-paragraphs): Fix spacing.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 06 Sep 2002 07:18:44 +0000 |
parents | 6f9bcb1377db |
children | 5fe58e600ed7 |
files | lisp/textmodes/fill.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/fill.el Fri Sep 06 07:18:22 2002 +0000 +++ b/lisp/textmodes/fill.el Fri Sep 06 07:18:44 2002 +0000 @@ -1094,7 +1094,7 @@ When filling a mail message, pass a regexp for CITATION-REGEXP which will match the prefix of a line which is a citation marker plus whitespace, but no other kind of prefix. -Also, if CITATION-REGEXP is non-nil, don't fill header lines." +Also, if CITATION-REGEXP is non-nil, don't fill header lines." (interactive (progn (barf-if-buffer-read-only) (list (region-beginning) (region-end) @@ -1124,7 +1124,7 @@ When filling a mail message, pass a regexp for CITATION-REGEXP which will match the prefix of a line which is a citation marker plus whitespace, but no other kind of prefix. -Also, if CITATION-REGEXP is non-nil, don't fill header lines." +Also, if CITATION-REGEXP is non-nil, don't fill header lines." (interactive (progn (barf-if-buffer-read-only) (list (region-beginning) (region-end)