From fdd2ae6d90f05195d31a686b02923896324762f2 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 18 Oct 2007 13:29:30 +0000 Subject: [PATCH] (fill-individual-paragraphs): Fix typo in docstring. --- lisp/textmodes/fill.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index ad42845eb53..ca89fc7a83c 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -1360,7 +1360,7 @@ When calling from a program, pass the range to fill 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. -- 2.39.2