(spam-move-spam-nonspam-groups-only): documentation fix for the
authorTeodor Zlatanov <tzz@lifelogs.com>
Sat, 25 Oct 2003 12:00:59 +0000 (12:00 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Sat, 25 Oct 2003 12:00:59 +0000 (12:00 +0000)
variable

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 ed8fd03..9a4ea25 100644 (file)
@@ -74,8 +74,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)