minor documentation change
authorTeodor Zlatanov <tzz@lifelogs.com>
Mon, 30 Sep 2002 18:21:11 +0000 (18:21 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Mon, 30 Sep 2002 18:21:11 +0000 (18:21 +0000)
lisp/spam.el

index 48c27e1..0e45d38 100644 (file)
 ;;; Main parameters.
 
 (defvar spam-use-blacklist t
-  "True if blacklist should be used.")
+  "True if the blacklist should be used.")
 
 (defvar spam-use-whitelist t
-  "True if blacklist should be used.")
+  "True if the whitelist should be used.")
 
 (defvar spam-use-blackholes nil
   ;; FIXME!  Turned off for now.  The DNS routines are said to be flaky.