(spam-use-regex-headers): docstring fix. From Niklas
authorTeodor Zlatanov <tzz@lifelogs.com>
Thu, 8 May 2003 13:37:59 +0000 (13:37 +0000)
committerTeodor Zlatanov <tzz@lifelogs.com>
Thu, 8 May 2003 13:37:59 +0000 (13:37 +0000)
Morberg <niklas.morberg@axis.com>

lisp/ChangeLog
lisp/spam.el

index eeb9619..b919567 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-08  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-use-regex-headers): docstring fix.  From Niklas
+       Morberg <niklas.morberg@axis.com>
+
 2003-05-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
 
        * gnus-sum.el (gnus-summary-next-page): Mention
index 4a8fccb..5518eb1 100644 (file)
@@ -144,7 +144,7 @@ are considered spam."
 
 (defcustom spam-use-regex-headers nil
   "Whether a header regular expression match should be used by spam-split.
-Also see the variable `spam-spam-regex-headers' and `spam-ham-regex-headers'."
+Also see the variables `spam-regex-headers-spam' and `spam-regex-headers-ham'."
   :type 'boolean
   :group 'spam)