]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-kill.el
Remove obsolete leading * from defcustom, defface doc strings.
[gnu-emacs] / lisp / gnus / gnus-kill.el
index 059a5cdf27d8fd2d73afb9997dd4f80533b59476..b4b74c98f9f7775c15793d6f334de8ea091fcce3 100644 (file)
   :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."