From 297c2ef4f3efdc66c0eb472ec2e0b6053789627f Mon Sep 17 00:00:00 2001 From: yamaoka Date: Sat, 25 Oct 2003 13:32:12 +0000 Subject: [PATCH] Synch to Gnus 200310251200. --- lisp/ChangeLog | 5 +++++ lisp/spam.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ba51440..01144c7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-10-25 Teodor Zlatanov + + * spam.el (spam-move-spam-nonspam-groups-only): documentation fix + for the variable + 2003-10-25 Steve Youngs * Makefile.in (clean-some): Remove auto-autoloads.* and diff --git a/lisp/spam.el b/lisp/spam.el index 6a0b403..0c359e2 100644 --- a/lisp/spam.el +++ b/lisp/spam.el @@ -71,8 +71,8 @@ (defcustom spam-move-spam-nonspam-groups-only t "Whether spam should be moved in non-spam groups only. -When nil, only ham and unclassified groups will have their spam moved -to the spam-process-destination. When t, spam will also be moved from +When t, only ham and unclassified groups will have their spam moved +to the spam-process-destination. When nil, spam will also be moved from spam groups." :type 'boolean :group 'spam) -- 1.7.10.4