aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/gnus-mlspl.el4
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index bd1d3a8bf5b..edb6e45cbc9 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
12001-12-12 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
4 to variable, follow doc-string conventions).
5
12001-12-05 ShengHuo ZHU <zsh@cs.rochester.edu> 62001-12-05 ShengHuo ZHU <zsh@cs.rochester.edu>
2 7
3 * mm-view.el: Partially sync with the Gnus CVS. 8 * mm-view.el: Partially sync with the Gnus CVS.
diff --git a/lisp/gnus/gnus-mlspl.el b/lisp/gnus/gnus-mlspl.el
index 70619b5044e..40f53a83cfa 100644
--- a/lisp/gnus/gnus-mlspl.el
+++ b/lisp/gnus/gnus-mlspl.el
@@ -98,8 +98,8 @@ gnus-group-split is a valid value for nnmail-split-methods."
98;;;###autoload 98;;;###autoload
99(defun gnus-group-split-fancy 99(defun gnus-group-split-fancy
100 (&optional groups no-crosspost catch-all) 100 (&optional groups no-crosspost catch-all)
101 "Uses information from group parameters in order to split mail. It 101 "Uses information from group parameters in order to split mail.
102can be embedded into nnmail-split-fancy lists with the SPLIT 102It can be embedded into `nnmail-split-fancy' lists with the SPLIT
103 103
104\(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL\) 104\(: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL\)
105 105