Variable: tmm-shortcut-inside-entry
tmm-shortcut-inside-entry is a customizable variable defined in
tmm.el.gz.
Value
nil
Documentation
Highlight the shortcut character in the menu entry's string.
When non-nil, the first menu-entry's character that acts as a shortcut
is displayed with the highlight face to help identify it. The
tmm-mid-prompt string is not used then.
This variable was added, or its default value changed, in Emacs 31.1.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/tmm.el.gz
(defcustom tmm-shortcut-inside-entry nil
"Highlight the shortcut character in the menu entry's string.
When non-nil, the first menu-entry's character that acts as a shortcut
is displayed with the `highlight' face to help identify it. The
`tmm-mid-prompt' string is not used then."
:type 'boolean
:version "31.1")