Variable: tmm-shortcut-words
tmm-shortcut-words is a customizable variable defined in tmm.el.gz.
Value
2
Documentation
How many successive words to try for shortcuts, nil means all.
If you use only one of downcase or upcase for tmm-shortcut-style,
specify nil for this variable.
Source Code
;; Defined in /usr/src/emacs/lisp/tmm.el.gz
(defcustom tmm-shortcut-words 2
"How many successive words to try for shortcuts, nil means all.
If you use only one of `downcase' or `upcase' for `tmm-shortcut-style',
specify nil for this variable."
:type '(choice integer (const nil)))