[gnus git] branch master updated: n0-17-374-gac5c4bc =1= (gnus-articles-to-read): Change wording in prompt to be slightly clearer.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via ac5c4bc62b7664123242533d38c41ad7c0b586ba (commit)
from 9fee3b213ae42b28be1770079791791a40170b16 (commit)
- Log -----------------------------------------------------------------
commit ac5c4bc62b7664123242533d38c41ad7c0b586ba
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Nov 3 23:21:32 2011 +0100
(gnus-articles-to-read): Change wording in prompt to be slightly clearer.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0d7d392..7bf1362 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2011-11-03 Lars Magne Ingebrigtsen <[email protected]>
+
+ * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
+ slightly clearer.
+
2011-11-03 Teodor Zlatanov <[email protected]>
* gnus-sync.el: More commentary about setup.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 893330a..b84c493 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -5864,7 +5864,7 @@ If SELECT-ARTICLES, only select those articles from GROUP."
(gnus-group-real-name gnus-newsgroup-name))
number default)
(format
- "How many articles from %s (%d available): "
+ "How many articles from %s (%d default): "
(gnus-group-decoded-name
(gnus-group-real-name gnus-newsgroup-name))
default))
-----------------------------------------------------------------------
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 | 5 +++++
lisp/gnus-sum.el | 2 +-
2 files changed, 6 insertions(+), 1 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