changeset 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 6ee038ed072b
children ea17c28c6476
files lisp/gnus/gnus-sum.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/gnus-sum.el	Thu Feb 08 00:05:15 2001 +0000
+++ b/lisp/gnus/gnus-sum.el	Thu Feb 08 00:21:04 2001 +0000
@@ -891,7 +891,7 @@
 
 (defcustom gnus-alter-articles-to-read-function nil
   "Function to be called to alter the list of articles to be selected."
-  :type 'function
+  :type '(choice (const nil) function)
   :group 'gnus-summary)
 
 (defcustom gnus-orphan-score nil