comparison lisp/gnus/gnus-sum.el @ 35977:8b4e5c2b7d7f

(gnus-alter-articles-to-read-function): Fix :type.
author Dave Love <fx@gnu.org>
date Thu, 08 Feb 2001 00:21:04 +0000
parents a35d9c07d074
children a26d9b55abb6
comparison
equal deleted inserted replaced
35976:6ee038ed072b 35977:8b4e5c2b7d7f
889 :type 'boolean 889 :type 'boolean
890 :group 'gnus-summary-marks) 890 :group 'gnus-summary-marks)
891 891
892 (defcustom gnus-alter-articles-to-read-function nil 892 (defcustom gnus-alter-articles-to-read-function nil
893 "Function to be called to alter the list of articles to be selected." 893 "Function to be called to alter the list of articles to be selected."
894 :type 'function 894 :type '(choice (const nil) function)
895 :group 'gnus-summary) 895 :group 'gnus-summary)
896 896
897 (defcustom gnus-orphan-score nil 897 (defcustom gnus-orphan-score nil
898 "*All orphans get this score added. Set in the score file." 898 "*All orphans get this score added. Set in the score file."
899 :group 'gnus-score-default 899 :group 'gnus-score-default