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:
parent
a430ca8886
commit
8fc7a9a170
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user