Function: gnus-browse-select-group

gnus-browse-select-group is an interactive and byte-compiled function defined in gnus-srvr.el.gz.

Signature

(gnus-browse-select-group &optional NUMBER)

Documentation

Select the current group.

If NUMBER, fetch this number of articles.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-srvr.el.gz
(defun gnus-browse-select-group (&optional number)
  "Select the current group.
If NUMBER, fetch this number of articles."
  (interactive "P" gnus-browse-mode)
  (gnus-browse-read-group 'no number))