Variable: mh-letter-complete-function
mh-letter-complete-function is a customizable variable defined in
mh-e.el.gz.
Value
ispell-complete-word
Documentation
Function to call when completing outside of address or folder fields.
In the body of the message,
C-M-i (completion-at-point) runs this function,
which is set to "ispell-complete-word" by default.
This variable was added, or its default value changed, in MH-E version
7.1.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom mh-letter-complete-function 'ispell-complete-word
"Function to call when completing outside of address or folder fields.
In the body of the message,
\\<mh-letter-mode-map>\\[completion-at-point] runs this function,
which is set to \"ispell-complete-word\" by default."
:type '(choice function (const nil))
:group 'mh-letter
:package-version '(MH-E . "7.1"))