From 505218334ce311092aad4a8011f0a20be6d22c7c Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 29 Aug 2003 11:53:18 +0000 Subject: [PATCH] Synch to Gnus 200308291151. --- lisp/ChangeLog | 4 ++++ lisp/gnus-group.el | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) 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)) -- 1.7.10.4