From f7a53caeeb126e01445da1d2b040ced3986fcead Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 6 Sep 2002 07:18:44 +0000 Subject: [PATCH] (fill-nonuniform-paragraphs, fill-individual-paragraphs): Fix spacing. --- lisp/textmodes/fill.el | 4 ++-- 1 file 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), 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 @@ JUSTIFY to justify paragraphs (prefix arg), 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) -- 2.39.2