Function: mh-letter-mode-message

mh-letter-mode-message is a byte-compiled function defined in mh-comp.el.gz.

Signature

(mh-letter-mode-message)

Documentation

Display a help message for users of mh-letter-mode.

This should be the last function called when composing the draft.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-comp.el.gz
(defun mh-letter-mode-message ()
  "Display a help message for users of `mh-letter-mode'.
This should be the last function called when composing the draft."
  (message "%s" (substitute-command-keys
                 (concat "Type \\[mh-send-letter] to send message, "
                         "\\[mh-help] for help"))))