Variable: tmm-completion-prompt
tmm-completion-prompt is a customizable variable defined in tmm.el.gz.
Value
"Press M-v/PageUp key to reach this buffer from the minibuffer.\nAlternatively, You can use Up/Down keys (or your History keys) to change\nthe item in the minibuffer, and press RET when you are done, or press\nthe %s to pick up your choice.\nType ^ to go to the parent menu. Type C-g or ESC ESC ESC to cancel.\n"
Documentation
Help text to insert on the top of the completion buffer.
To save space, you can set this to nil, in which case the standard introduction text is deleted too.
Source Code
;; Defined in /usr/src/emacs/lisp/tmm.el.gz
(defcustom tmm-completion-prompt
"Press M-v/PageUp key to reach this buffer from the minibuffer.
Alternatively, You can use Up/Down keys (or your History keys) to change
the item in the minibuffer, and press RET when you are done, or press
the %s to pick up your choice.
Type ^ to go to the parent menu. Type C-g or ESC ESC ESC to cancel.
"
"Help text to insert on the top of the completion buffer.
To save space, you can set this to nil,
in which case the standard introduction text is deleted too."
:type '(choice string (const nil)))