From: yamaoka Date: Fri, 29 Aug 2003 11:53:18 +0000 (+0000) Subject: Synch to Gnus 200308291151. X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=505218334ce311092aad4a8011f0a20be6d22c7c;p=elisp%2Fgnus.git- Synch to Gnus 200308291151. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0756435..f6901a8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-08-29 Simon Josefsson + + * gnus-group.el (gnus-group-delete-group): Doc fix. + 2003-08-29 Katsumi Yamaoka * gnus-art.el (article-display-x-face): Make it possible to set diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el index 72c332d..2de876a 100644 --- a/lisp/gnus-group.el +++ b/lisp/gnus-group.el @@ -2314,7 +2314,9 @@ ADDRESS." If FORCE (the prefix) is non-nil, all the articles in the group will be deleted. This is \"deleted\" as in \"removed forever from the face of the Earth\". There is no undo. The user will be prompted before -doing the deletion." +doing the deletion. +Note that you also have to specify FORCE if you want the group to +be removed from the server, even when it's empty." (interactive (list (gnus-group-group-name) current-prefix-arg))