mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 20:32:00 -08:00
(fill-nonuniform-paragraphs, fill-individual-paragraphs): Fix spacing.
This commit is contained in:
parent
4c7ddcfa25
commit
f7a53caeeb
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue