aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2013-10-08 12:01:26 +0300
committerEli Zaretskii2013-10-08 12:01:26 +0300
commit493a197846a4483f21605950e6214e42ecb6fc62 (patch)
treeec51ee62682fc09d215ee3f9e42c23278f995f8b /src
parent1f16a64c411543673ff5ce3e7f52df549ec356e3 (diff)
downloademacs-493a197846a4483f21605950e6214e42ecb6fc62.tar.gz
emacs-493a197846a4483f21605950e6214e42ecb6fc62.zip
Make tty-menu-open-use-tmm a defcustom, update tmm docs accordingly.
Diffstat (limited to 'src')
-rw-r--r--src/menu.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/menu.c b/src/menu.c
index 447faf60b1f..2c787e00b6f 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -1064,7 +1064,10 @@ Value is the symbol of the menu at X/Y, or nil if the specified
1064coordinates are not within the FRAME's menu bar. The symbol can 1064coordinates are not within the FRAME's menu bar. The symbol can
1065be used to look up the menu like this: 1065be used to look up the menu like this:
1066 1066
1067 (lookup-key global-map [menu-bar SYMBOL]) 1067 (lookup-key MAP [menu-bar SYMBOL])
1068
1069where MAP is either the current global map or the current local map,
1070since menu-bar items come from both.
1068 1071
1069This function can return non-nil only on a text-terminal frame 1072This function can return non-nil only on a text-terminal frame
1070or on an X frame that doesn't use any GUI toolkit. Otherwise, 1073or on an X frame that doesn't use any GUI toolkit. Otherwise,