summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-kill.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus/gnus-kill.el')
-rw-r--r--lisp/gnus/gnus-kill.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/gnus/gnus-kill.el b/lisp/gnus/gnus-kill.el
index 8eacc468019..e65d46b733d 100644
--- a/lisp/gnus/gnus-kill.el
+++ b/lisp/gnus/gnus-kill.el
@@ -37,13 +37,13 @@
:type 'hook)
(defcustom gnus-kill-expiry-days 7
- "*Number of days before expiring unused kill file entries."
+ "Number of days before expiring unused kill file entries."
:group 'gnus-score-kill
:group 'gnus-score-expire
:type 'integer)
(defcustom gnus-kill-save-kill-file nil
- "*If non-nil, will save kill files after processing them."
+ "If non-nil, will save kill files after processing them."
:group 'gnus-score-kill
:type 'boolean)
@@ -52,7 +52,7 @@
I don't know, Per.")
(defcustom gnus-kill-killed t
- "*If non-nil, Gnus will apply kill files to already killed articles.
+ "If non-nil, Gnus will apply kill files to already killed articles.
If it is nil, Gnus will never apply kill files to articles that have
already been through the scoring process, which might very well save lots
of time."