]> git.eshelyaron.com Git - emacs.git/commitdiff
(fill-nonuniform-paragraphs, fill-individual-paragraphs): Fix spacing.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 09:39:30 +0000 (09:39 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 09:39:30 +0000 (09:39 +0000)
lisp/textmodes/fill.el

index f894b8d189d9dc769451749c74bd1e7965518291..bd868cb83d5f51adf70e380e9261143cecfa0025 100644 (file)
@@ -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)