Synch to Gnus 200308291151.
authoryamaoka <yamaoka>
Fri, 29 Aug 2003 11:53:18 +0000 (11:53 +0000)
committeryamaoka <yamaoka>
Fri, 29 Aug 2003 11:53:18 +0000 (11:53 +0000)
lisp/ChangeLog
lisp/gnus-group.el

index 0756435..f6901a8 100644 (file)
@@ -1,3 +1,7 @@
+2003-08-29  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-group.el (gnus-group-delete-group): Doc fix.
+
 2003-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (article-display-x-face): Make it possible to set
index 72c332d..2de876a 100644 (file)
@@ -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))