# HG changeset patch # User Juanma Barranquero # Date 1192714170 0 # Node ID 988c305fd2e040cb986f446a2fd834bac2d9882b # Parent 56ff56f77105933ca505402b6784177e4c18aa69 (fill-individual-paragraphs): Fix typo in docstring. diff -r 56ff56f77105 -r 988c305fd2e0 lisp/textmodes/fill.el --- 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.