From f75e680ea37b1d14f32b4a21345d407ce3363f79 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:39:30 +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 f894b8d189d..bd868cb83d5 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -1112,7 +1112,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) @@ -1142,7 +1142,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