# HG changeset patch # User Juanma Barranquero # Date 1031296724 0 # Node ID dd5bcff29f6ac3325252363734d14bb1d3ff699f # Parent 6f9bcb1377db186a803036980b0c1b3e98109e9c (fill-nonuniform-paragraphs, fill-individual-paragraphs): Fix spacing. diff -r 6f9bcb1377db -r dd5bcff29f6a lisp/textmodes/fill.el --- 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)