diff options
| author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-09-11 22:50:22 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-09-11 22:50:22 +0000 |
| commit | 0afb49a1bf4435b06d1296ecf00fd032da386cd6 (patch) | |
| tree | 4e8ab6959c99530b7db9d19e7de37bed8ae96ca4 /lisp/gnus/gnus-group.el | |
| parent | 20f53c697985dffdec6a29a2f8b0aa6fa5ee820a (diff) | |
| download | emacs-0afb49a1bf4435b06d1296ecf00fd032da386cd6.tar.gz | |
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.
Diffstat (limited to 'lisp/gnus/gnus-group.el')
| -rw-r--r-- | lisp/gnus/gnus-group.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 36fb9e8343b..f6cf7248a27 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -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))) |
