Variable: gnus-group-list
gnus-group-list is a variable defined in gnus.el.gz.
Value
nil
Documentation
Ordered list of group names as strings.
This variable only exists to provide easy access to the ordering
of gnus-newsrc-alist.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defvar gnus-group-list nil
"Ordered list of group names as strings.
This variable only exists to provide easy access to the ordering
of `gnus-newsrc-alist'.")