diff options
| author | Juanma Barranquero | 2007-06-07 14:32:38 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-07 14:32:38 +0000 |
| commit | 7860a8c7b77988fbb5f880c098c65e28fececd31 (patch) | |
| tree | b97fed9462f95f4d6ab6a9dfc3539211f364b8b2 | |
| parent | 6a3ccec7d1db770988955d7bf62c338f0ac6a5a7 (diff) | |
| download | emacs-7860a8c7b77988fbb5f880c098c65e28fececd31.tar.gz emacs-7860a8c7b77988fbb5f880c098c65e28fececd31.zip | |
(gnus-split-methods): Fix typo in docstring.
| -rw-r--r-- | lisp/gnus/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/gnus/gnus-art.el | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index bfbe4ad29fa..e5b314bf20a 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | 2007-06-07 Juanma Barranquero <lekktu@gmail.com> | 1 | 2007-06-07 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * gnus-art.el (gnus-split-methods): | ||
| 3 | * mail-source.el (mail-source-delete-old-incoming-confirm): | 4 | * mail-source.el (mail-source-delete-old-incoming-confirm): |
| 4 | Fix typo in docstring. | 5 | Fix typo in docstring. |
| 5 | 6 | ||
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 6ae52b5eedd..83e4ec71b79 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -651,7 +651,7 @@ value is a list of possible files to save in if the match is non-nil. | |||
| 651 | If the match is a string, it is used as a regexp match on the | 651 | If the match is a string, it is used as a regexp match on the |
| 652 | article. If the match is a symbol, that symbol will be funcalled | 652 | article. If the match is a symbol, that symbol will be funcalled |
| 653 | from the buffer of the article to be saved with the newsgroup as the | 653 | from the buffer of the article to be saved with the newsgroup as the |
| 654 | parameter. If it is a list, it will be evaled in the same buffer. | 654 | parameter. If it is a list, it will be evalled in the same buffer. |
| 655 | 655 | ||
| 656 | If this form or function returns a string, this string will be used as | 656 | If this form or function returns a string, this string will be used as |
| 657 | a possible file name; and if it returns a non-nil list, that list will | 657 | a possible file name; and if it returns a non-nil list, that list will |