Function: gnus-browse-next-group
gnus-browse-next-group is an interactive and byte-compiled function
defined in gnus-srvr.el.gz.
Signature
(gnus-browse-next-group N)
Documentation
Go to the next group.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-srvr.el.gz
(defun gnus-browse-next-group (n)
"Go to the next group."
(interactive "p" gnus-browse-mode)
(prog1
(forward-line n)
(gnus-group-position-point)))