Variable: mh-help-messages
mh-help-messages is a variable defined in mh-utils.el.gz.
Value
nil
Documentation
Help messages for all modes.
This is an alist of alists. The primary key is a symbol
representing the mode; the value is described in mh-set-help.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-utils.el.gz
(defvar mh-help-messages nil
"Help messages for all modes.
This is an alist of alists. The primary key is a symbol
representing the mode; the value is described in `mh-set-help'.")