Function: gnus-browse-prev-group

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

Signature

(gnus-browse-prev-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-prev-group (n)
  "Go to the next group."
  (interactive "p" gnus-browse-mode)
  (gnus-browse-next-group (- n)))