Function: gnus-browse-describe-briefly

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

Signature

(gnus-browse-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-srvr.el.gz
(defun gnus-browse-describe-briefly ()
  "Give a one line description of the group mode commands."
  (interactive nil gnus-browse-mode)
  (gnus-message 6 "%s"
		(substitute-command-keys "\\<gnus-browse-mode-map>\\[gnus-group-next-group]:Forward  \\[gnus-group-prev-group]:Backward  \\[gnus-browse-exit]:Exit  \\[gnus-info-find-node]:Run Info  \\[gnus-browse-describe-briefly]:This help")))