diff options
| author | Juanma Barranquero | 2007-10-18 13:29:30 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-10-18 13:29:30 +0000 |
| commit | fdd2ae6d90f05195d31a686b02923896324762f2 (patch) | |
| tree | 3f164586b560bf51366ece6e0b92c9102d2f743e | |
| parent | 3e4dfbb6bd727b604cdc4b989772becd0d6a3664 (diff) | |
| download | emacs-fdd2ae6d90f05195d31a686b02923896324762f2.tar.gz emacs-fdd2ae6d90f05195d31a686b02923896324762f2.zip | |
(fill-individual-paragraphs): Fix typo in docstring.
| -rw-r--r-- | lisp/textmodes/fill.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 1360 | as the first two arguments. | 1360 | as the first two arguments. |
| 1361 | 1361 | ||
| 1362 | Optional third and fourth arguments JUSTIFY and CITATION-REGEXP: | 1362 | Optional third and fourth arguments JUSTIFY and CITATION-REGEXP: |
| 1363 | JUSTIFY to justify paragraphs (prefix arg), | 1363 | JUSTIFY to justify paragraphs (prefix arg). |
| 1364 | When filling a mail message, pass a regexp for CITATION-REGEXP | 1364 | When filling a mail message, pass a regexp for CITATION-REGEXP |
| 1365 | which will match the prefix of a line which is a citation marker | 1365 | which will match the prefix of a line which is a citation marker |
| 1366 | plus whitespace, but no other kind of prefix. | 1366 | plus whitespace, but no other kind of prefix. |