Function: mh-tool-bar-folder-help
mh-tool-bar-folder-help is an interactive and byte-compiled function
defined in mh-tool-bar.el.gz.
Signature
(mh-tool-bar-folder-help)
Documentation
Visit "(mh-e)Top".
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-tool-bar.el.gz
(defun mh-tool-bar-folder-help ()
"Visit \"(mh-e)Top\"."
(interactive)
(info "(mh-e)Top")
(delete-other-windows))