Function: gnus-browse-describe-group
gnus-browse-describe-group is an interactive and byte-compiled
function defined in gnus-srvr.el.gz.
Signature
(gnus-browse-describe-group GROUP)
Documentation
Describe the current group.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-srvr.el.gz
(defun gnus-browse-describe-group (group)
"Describe the current group."
(interactive (list (gnus-browse-group-name)) gnus-browse-mode)
(gnus-group-describe-group nil group))