mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge changes made in Gnus trunk.
gnus.texi (Listing Groups): Explain `gnus-group-list-limit'. (Finding the News): Doc clarification. (Terminology): Mention naming. gnus-group.el (gnus-group-list-limit): Explain what the command does. gnus-sum.el (gnus-fetch-headers): Bump message level.
This commit is contained in:
parent
20f53c6979
commit
0afb49a1bf
7 changed files with 43 additions and 14 deletions
|
|
@ -4636,7 +4636,12 @@ This command may read the active file."
|
|||
(gnus-group-list-plus args)))
|
||||
|
||||
(defun gnus-group-list-limit (&optional args)
|
||||
"List groups limited within the current selection."
|
||||
"List groups limited within the current selection.
|
||||
If you've limited the groups, you can further limit the selection
|
||||
with this command. If you've first limited to groups with
|
||||
dormant articles with `A ?', you can then further limit with
|
||||
`A / c', which will then limit to groups with cached articles, giving
|
||||
you the groups that have both dormant articles and cached articles."
|
||||
(interactive "P")
|
||||
(let ((gnus-group-list-option 'limit))
|
||||
(gnus-group-list-plus args)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue