From: Simon Josefsson Date: Fri, 29 Aug 2003 11:51:47 +0000 (+0000) Subject: (gnus-group-delete-group): Doc fix. X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=40c6e04fd764268c710d09b99c961bbb84296600;p=gnus (gnus-group-delete-group): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0756435d5..f6901a8e3 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 93fef5c1a..25fa925ce 100644 --- a/lisp/gnus-group.el +++ b/lisp/gnus-group.el @@ -2274,7 +2274,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))