diff 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
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