diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-10-08 12:01:26 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-10-08 12:01:26 +0300 |
commit | 493a197846a4483f21605950e6214e42ecb6fc62 (patch) | |
tree | ec51ee62682fc09d215ee3f9e42c23278f995f8b /lisp/tmm.el | |
parent | 1f16a64c411543673ff5ce3e7f52df549ec356e3 (diff) | |
download | emacs-493a197846a4483f21605950e6214e42ecb6fc62.tar.gz |
Make tty-menu-open-use-tmm a defcustom, update tmm docs accordingly.
Diffstat (limited to 'lisp/tmm.el')
-rw-r--r-- | lisp/tmm.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/tmm.el b/lisp/tmm.el index cd91742649d..36c11a0f4b0 100644 --- a/lisp/tmm.el +++ b/lisp/tmm.el @@ -50,7 +50,11 @@ "Text-mode emulation of looking and choosing from a menubar. See the documentation for `tmm-prompt'. X-POSITION, if non-nil, specifies a horizontal position within the menu bar; -we make that menu bar item (the one at that position) the default choice." +we make that menu bar item (the one at that position) the default choice. + +Note that \\[menu-bar-open] by default drops down TTY menus; if you want it +to invoke `tmm-menubar' instead, customize the variable +\`tty-menu-open-use-tmm' to a non-nil value." (interactive) (run-hooks 'menu-bar-update-hook) ;; Obey menu-bar-final-items; put those items last. |