aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/gnus-group.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el
index eec47aaa06e..521fd21d0dd 100644
--- a/lisp/gnus/gnus-group.el
+++ b/lisp/gnus/gnus-group.el
@@ -87,7 +87,7 @@ with the best level."
87This means that they will still be listed when there are no unread 87This means that they will still be listed when there are no unread
88articles in the groups." 88articles in the groups."
89 :group 'gnus-group-listing 89 :group 'gnus-group-listing
90 :type 'regexp) 90 :type '(choice regexp (const nil)))
91 91
92(defcustom gnus-list-groups-with-ticked-articles t 92(defcustom gnus-list-groups-with-ticked-articles t
93 "*If non-nil, list groups that have only ticked articles. 93 "*If non-nil, list groups that have only ticked articles.