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:
parent
270a64ac30
commit
eb284ea1f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue