[gnus git] branch master updated: m0-9-66-ge58b83f =1= * gnus-group.el (gnus-group-make-group): Clarify prompt.
Lars Ingebrigtsen <[email protected]> Wed, 05 Mar 2014 19:34:46 +0100
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via e58b83f0209a8f55acee611e9c4f94647085bcba (commit)
from feb38102d8dc1ca5d2278b53d7e799a0ee2c450d (commit)
- Log -----------------------------------------------------------------
commit e58b83f0209a8f55acee611e9c4f94647085bcba
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Mar 5 19:32:46 2014 +0100
* gnus-group.el (gnus-group-make-group): Clarify prompt.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dd7625f..1aa1e96 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2014-03-05 Lars Ingebrigtsen <[email protected]>
+ * gnus-group.el (gnus-group-make-group): Clarify prompt.
+
* mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
2014-02-23 David Engster <[email protected]>
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index fcd6817..31078be 100644
--- a/lisp/gnus-group.el
+++ b/lisp/gnus-group.el
@@ -2724,7 +2724,7 @@ server."
(interactive
(list
(gnus-read-group "Group name: ")
- (gnus-read-method "From method")))
+ (gnus-read-method "Select method for new group (use tab for completion)")))
(when (stringp method)
(setq method (or (gnus-server-to-method method) method)))
-----------------------------------------------------------------------
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 | 2 ++
lisp/gnus-group.el | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
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