]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-start.el
merge trunk
[gnu-emacs] / lisp / gnus / gnus-start.el
index 60ca5aee375a47658ef6960250942888f3123eff..07409162ab8f4a2f092cb6b23b88b5a9d15e53e5 100644 (file)
@@ -1451,7 +1451,11 @@ newsgroup."
 (defun gnus-activate-group (group &optional scan dont-check method
                                  dont-sub-check)
   "Check whether a group has been activated or not.
-If SCAN, request a scan of that group as well."
+If SCAN, request a scan of that group as well.  If METHOD, use
+that select method instead of determining the method based on the
+group name.  If DONT-CHECK, don't check check whether the group
+actually exists.  If DONT-SUB-CHECK or DONT-CHECK, don't let the
+backend check whether the group actually exists."
   (let ((method (or method (inline (gnus-find-method-for-group group))))
        active)
     (and (inline (gnus-check-server method))