diff lisp/gnus/gnus-start.el @ 65688:41260182da5b

2005-09-25 Romain Francoise <romain@orebokech.com> * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire): * gnus-start.el (gnus-subscribe-interactively): * gnus-uu.el (gnus-uu-grab-articles): End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
author Romain Francoise <romain@orebokech.com>
date Sat, 24 Sep 2005 23:24:38 +0000
parents fafd692d1e40
children 28264c86d408 ee12d75eb214
line wrap: on
line diff
--- a/lisp/gnus/gnus-start.el	Sat Sep 24 23:20:46 2005 +0000
+++ b/lisp/gnus/gnus-start.el	Sat Sep 24 23:24:38 2005 +0000
@@ -606,7 +606,7 @@
   "Subscribe the new GROUP interactively.
 It is inserted in hierarchical newsgroup order if subscribed.  If not,
 it is killed."
-  (if (gnus-y-or-n-p (format "Subscribe new newsgroup: %s " group))
+  (if (gnus-y-or-n-p (format "Subscribe new newsgroup %s? " group))
       (gnus-subscribe-hierarchically group)
     (push group gnus-killed-list)))