]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-alter-articles-to-read-function): Fix :type.
authorDave Love <fx@gnu.org>
Thu, 8 Feb 2001 00:21:04 +0000 (00:21 +0000)
committerDave Love <fx@gnu.org>
Thu, 8 Feb 2001 00:21:04 +0000 (00:21 +0000)
lisp/gnus/gnus-sum.el

index 4e6a939e0343501f9bf110297ff22aba7a594dfa..5719417ca5ecf5a63ed84c30a3d0e3a7b6e2e739 100644 (file)
@@ -891,7 +891,7 @@ For example: ((1 . cn-gb-2312) (2 . big5))."
 
 (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