mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-04 06:31:13 -08:00
Improve the gnus-group-default-list-level doc string
* lisp/gnus/gnus-group.el (gnus-group-default-list-level): Improve doc string.
This commit is contained in:
parent
9309dc9df9
commit
331be89e7c
1 changed files with 3 additions and 1 deletions
|
|
@ -118,7 +118,9 @@ If nil, only list groups that have unread articles."
|
|||
|
||||
(defcustom gnus-group-default-list-level gnus-level-subscribed
|
||||
"Default listing level.
|
||||
Ignored if `gnus-group-use-permanent-levels' is non-nil."
|
||||
When `gnus-group-use-permanent-levels' is non-nil, this level is
|
||||
used as the starting level until the user sets a different level,
|
||||
and is ignored afterwards."
|
||||
:group 'gnus-group-listing
|
||||
:type '(choice (integer :tag "Level")
|
||||
(function :tag "Function returning level")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue