[gnus git] branch master updated: n0-17-288-g345595a =1= Explain `gnus-group-list-limit'.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 345595ad11af745d40c0b0d888de421d26253eb9 (commit)
from 7f7c2dbc8535976fca271bb8c60716cbe2ba2db2 (commit)
- Log -----------------------------------------------------------------
commit 345595ad11af745d40c0b0d888de421d26253eb9
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sun Sep 11 18:28:08 2011 +0200
Explain `gnus-group-list-limit'.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a98a339..d84f9c3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2011-09-11 Lars Magne Ingebrigtsen <[email protected]>
+ * gnus-group.el (gnus-group-list-limit): Explain what the command
+ does.
+
* gnus-sum.el (gnus-fetch-headers): Bump message level.
2011-09-10 Lars Magne Ingebrigtsen <[email protected]>
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index 36fb9e8..f6cf724 100644
--- a/lisp/gnus-group.el
+++ b/lisp/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)))
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 49537a2..353cdb2 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-11 Lars Magne Ingebrigtsen <[email protected]>
+
+ * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
+
2011-09-10 Lars Magne Ingebrigtsen <[email protected]>
* gnus.texi: Remove mentions of `recent', which are now obsolete.
diff --git a/texi/gnus.texi b/texi/gnus.texi
index 7ce75ac..f42ff6e 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -3335,8 +3335,12 @@ List all groups with ticked articles (@code{gnus-group-list-ticked}).
@item A /
@kindex A / (Group)
@findex gnus-group-list-limit
-List groups limited within the current selection
-(@code{gnus-group-list-limit}).
+Further limit groups within the current selection
+(@code{gnus-group-list-limit}). If you've first limited to groups
+with dormant articles with @kbd{A ?}, you can then further limit with
+@kbd{A / c}, which will then limit to groups with cached articles,
+giving you the groups that have both dormant articles and cached
+articles.
@item A f
@kindex A f (Group)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 3 +++
lisp/gnus-group.el | 7 ++++++-
texi/ChangeLog | 4 ++++
texi/gnus.texi | 8 ++++++--
4 files changed, 19 insertions(+), 3 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project