aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2001-12-12 20:00:37 +0000
committerPavel Janík2001-12-12 20:00:37 +0000
commit11f6edcc93e643cbdff4a8b0e2f77a46612bb111 (patch)
tree5fbacab2f7e7ee039074914b7f072b747b4f720c
parent9e3b6057bada7341904ec3c6f614e41e773321fa (diff)
downloademacs-11f6edcc93e643cbdff4a8b0e2f77a46612bb111.tar.gz
emacs-11f6edcc93e643cbdff4a8b0e2f77a46612bb111.zip
(gnus-group-split-fancy): Doc fix (add reference to variable, follow
doc-string conventions).
-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