Mercurial > emacs
comparison lisp/gnus/gnus-score.el @ 35978:ea17c28c6476
(gnus-score-after-write-file-function): Fix :type.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 08 Feb 2001 00:23:30 +0000 |
parents | 53eebdb81828 |
children | 70987a4f43c8 |
comparison
equal
deleted
inserted
replaced
35977:8b4e5c2b7d7f | 35978:ea17c28c6476 |
---|---|
382 (const :tag "ask" nil))) | 382 (const :tag "ask" nil))) |
383 | 383 |
384 (defcustom gnus-score-after-write-file-function nil | 384 (defcustom gnus-score-after-write-file-function nil |
385 "Function called with the name of the score file just written to disk." | 385 "Function called with the name of the score file just written to disk." |
386 :group 'gnus-score-files | 386 :group 'gnus-score-files |
387 :type 'function) | 387 :type '(choice (const nil) function)) |
388 | 388 |
389 (defcustom gnus-score-thread-simplify nil | 389 (defcustom gnus-score-thread-simplify nil |
390 "If non-nil, subjects will simplified as in threading." | 390 "If non-nil, subjects will simplified as in threading." |
391 :group 'gnus-score-various | 391 :group 'gnus-score-various |
392 :type 'boolean) | 392 :type 'boolean) |