Synch to Gnus 200310251200.
authoryamaoka <yamaoka>
Sat, 25 Oct 2003 13:32:12 +0000 (13:32 +0000)
committeryamaoka <yamaoka>
Sat, 25 Oct 2003 13:32:12 +0000 (13:32 +0000)
lisp/ChangeLog
lisp/spam.el

index ba51440..01144c7 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-move-spam-nonspam-groups-only): documentation fix
+       for the variable
+
 2003-10-25  Steve Youngs  <sryoungs@bigpond.net.au>
 
        * Makefile.in (clean-some): Remove auto-autoloads.* and
index 6a0b403..0c359e2 100644 (file)
@@ -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)