Function: gnus-summary-prev-group
gnus-summary-prev-group is an interactive and byte-compiled function
defined in gnus-sum.el.gz.
Signature
(gnus-summary-prev-group &optional NO-ARTICLE)
Documentation
Exit current newsgroup and then select previous unread newsgroup.
If prefix argument NO-ARTICLE is non-nil, no article is selected initially.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-summary-prev-group (&optional no-article)
"Exit current newsgroup and then select previous unread newsgroup.
If prefix argument NO-ARTICLE is non-nil, no article is selected initially."
(interactive "P" gnus-summary-mode)
(gnus-summary-next-group no-article nil t))