diff options
| author | Juanma Barranquero | 2007-06-07 14:33:46 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-07 14:33:46 +0000 |
| commit | f02ac02f9972de45395792946bdcd086e4c7340a (patch) | |
| tree | 70c0084d9ca04085981a2ab3c27cbe5846c007a6 | |
| parent | f8ceafa5e1a9866d1bec9f9a833519574646cf18 (diff) | |
| download | emacs-f02ac02f9972de45395792946bdcd086e4c7340a.tar.gz emacs-f02ac02f9972de45395792946bdcd086e4c7340a.zip | |
(gnus-split-methods): Fix typo in docstring.
| -rw-r--r-- | lisp/ChangeLog | 1 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/gnus-art.el | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7e49749136f..c5d775d4dda 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix. | 3 | * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix. |
| 4 | 4 | ||
| 5 | * progmodes/mixal-mode.el (mixal-operation-codes-alist): | ||
| 5 | * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring. | 6 | * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring. |
| 6 | 7 | ||
| 7 | 2007-06-07 Carsten Dominik <dominik@science.uva.nl> | 8 | 2007-06-07 Carsten Dominik <dominik@science.uva.nl> |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index f11200cc5b2..4958577588e 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-06-07 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * gnus-art.el (gnus-split-methods): Fix typo in docstring. | ||
| 4 | |||
| 1 | 2007-06-06 Juanma Barranquero <lekktu@gmail.com> | 5 | 2007-06-06 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule): | 7 | * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule): |
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 24273abb376..eb31ae415cc 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 |