Mercurial > emacs
changeset 85403:988c305fd2e0
(fill-individual-paragraphs): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 18 Oct 2007 13:29:30 +0000 |
parents | 56ff56f77105 |
children | a72f314c5cd8 |
files | lisp/textmodes/fill.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/fill.el Thu Oct 18 13:27:04 2007 +0000 +++ b/lisp/textmodes/fill.el Thu Oct 18 13:29:30 2007 +0000 @@ -1360,7 +1360,7 @@ as the first two arguments. Optional third and fourth arguments JUSTIFY and CITATION-REGEXP: -JUSTIFY to justify paragraphs (prefix arg), +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.