Variable: tmm-mid-prompt

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

Value

"==>"

Documentation

String to insert between shortcut and menu item.

If nil, there will be no shortcuts. It should not consist only of spaces, or else the correct item might not be found in the *Completions* buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/tmm.el.gz
(defcustom tmm-mid-prompt "==>"
  "String to insert between shortcut and menu item.
If nil, there will be no shortcuts.  It should not consist only of spaces,
or else the correct item might not be found in the `*Completions*' buffer."
  :type 'string)