Variable: tmm-completion-prompt

tmm-completion-prompt is a customizable variable defined in tmm.el.gz.

Value

"Press 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 the\nmarked letters to pick up your choice.  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 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
marked letters to pick up your choice.  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)))