1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

(gnus-alter-articles-to-read-function): Fix :type.

This commit is contained in:
Dave Love 2001-02-08 00:21:04 +00:00
parent a430ca8886
commit 8fc7a9a170

View 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