1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(gnus-permanently-visible-groups): Fix custom type.

This commit is contained in:
Karl Heuer 1999-06-12 04:07:04 +00:00
parent 270a64ac30
commit eb284ea1f3

View file

@ -91,7 +91,7 @@ unread articles in the groups.
If nil, no groups are permanently visible."
:group 'gnus-group-listing
:type 'regexp)
:type '(choice regexp (const nil)))
(defcustom gnus-list-groups-with-ticked-articles t
"*If non-nil, list groups that have only ticked articles.