lisp/gnus/gnus-group.el (gnus-group-make-group): Clarify prompt
This commit is contained in:
parent
41dc0fed82
commit
4571592624
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue