Function: gnus-group-describe-briefly
gnus-group-describe-briefly is an interactive and byte-compiled
function defined in gnus-group.el.gz.
Signature
(gnus-group-describe-briefly)
Documentation
Give a one line description of the group mode commands.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
(defun gnus-group-describe-briefly ()
"Give a one line description of the group mode commands."
(interactive nil gnus-group-mode)
(gnus-message 7 "%s" (substitute-command-keys "\\<gnus-group-mode-map>\\[gnus-group-read-group]:Select \\[gnus-group-next-unread-group]:Forward \\[gnus-group-prev-unread-group]:Backward \\[gnus-group-exit]:Exit \\[gnus-info-find-node]:Run Info \\[gnus-group-describe-briefly]:This help")))