lisp/gnus/gnus-group.el (gnus-group-make-group): Clarify prompt

This commit is contained in:
Lars Ingebrigtsen 2014-03-05 22:54:48 +00:00 committed by Katsumi Yamaoka
parent 41dc0fed82
commit 4571592624
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
* gnus-group.el (gnus-group-make-group): Clarify prompt.
2014-02-22 Daniel Colascione <dancol@dancol.org>
* auth-source.el (auth-source-secrets-listify-pattern): New function.

View file

@ -2728,7 +2728,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)))