From 8767cb7901e57bef668827ed06f7f06030c74e48 Mon Sep 17 00:00:00 2001 From: Teodor Zlatanov Date: Thu, 8 May 2003 13:37:59 +0000 Subject: [PATCH] (spam-use-regex-headers): docstring fix. From Niklas Morberg --- lisp/ChangeLog | 5 +++++ lisp/spam.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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) -- 2.34.1