From: Teodor Zlatanov Date: Thu, 8 May 2003 13:37:59 +0000 (+0000) Subject: (spam-use-regex-headers): docstring fix. From Niklas X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=8767cb7901e57bef668827ed06f7f06030c74e48;p=gnus (spam-use-regex-headers): docstring fix. From Niklas Morberg --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eeb96190c..b91956715 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-05-08 Teodor Zlatanov + + * spam.el (spam-use-regex-headers): docstring fix. From Niklas + Morberg + 2003-05-08 Kai Gro,A_(Bjohann * gnus-sum.el (gnus-summary-next-page): Mention diff --git a/lisp/spam.el b/lisp/spam.el index 4a8fccb6b..5518eb148 100644 --- a/lisp/spam.el +++ b/lisp/spam.el @@ -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)