* gnus-group.el (gnus-group-make-group): Doc fix.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 5 Oct 2010 16:38:21 +0000 (18:38 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Tue, 5 Oct 2010 16:38:21 +0000 (18:38 +0200)
lisp/ChangeLog
lisp/gnus-group.el

index 5c64eb8..df10a57 100644 (file)
@@ -1,5 +1,7 @@
 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-group.el (gnus-group-make-group): Doc fix.
+
        * nnimap.el (nnimap-request-newgroups): Return success.
 
        * shr.el (shr-find-elements): New function.
index d9e36ae..a700b5e 100644 (file)
@@ -2651,7 +2651,10 @@ The user will be prompted for GROUP."
   "Add a new newsgroup.
 The user will be prompted for a NAME, for a select METHOD, and an
 ADDRESS.  NAME should be a human-readable string (i.e., not be encoded
-even if it contains non-ASCII characters) unless ENCODED is non-nil."
+even if it contains non-ASCII characters) unless ENCODED is non-nil.
+
+If the backend supports it, the group will also be created on the
+server."
   (interactive
    (list
     (gnus-read-group "Group name: ")