(gnus-group-delete-group): Doc fix.
authorSimon Josefsson <jas@extundo.com>
Fri, 29 Aug 2003 11:51:47 +0000 (11:51 +0000)
committerSimon Josefsson <jas@extundo.com>
Fri, 29 Aug 2003 11:51:47 +0000 (11:51 +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 93fef5c..25fa925 100644 (file)
@@ -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))