aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
authorGlenn Morris2011-01-24 19:47:47 -0800
committerGlenn Morris2011-01-24 19:47:47 -0800
commit06d8ace51597cd41e110560a56a1abeb6cce23d6 (patch)
treee893bab169f27821637fc07e3cd2414b4b9b7b68 /doc/lispref/frames.texi
parentc5ecc7690d4afafb42049634d64abd781ff76642 (diff)
parent0d19d4feaa653a315853716e64bbaddb210a26ca (diff)
downloademacs-06d8ace51597cd41e110560a56a1abeb6cce23d6.tar.gz
emacs-06d8ace51597cd41e110560a56a1abeb6cce23d6.zip
Merge from emacs-23.
Note setting of CANNOT_DUMP on ia64 hpux is still to be merged manually.
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 0d83aadbcd2..c4e74798415 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -1791,9 +1791,13 @@ without actually displaying or popping up the menu.
1791The argument @var{menu} says what to display in the menu. It can be a 1791The argument @var{menu} says what to display in the menu. It can be a
1792keymap or a list of keymaps (@pxref{Menu Keymaps}). In this case, the 1792keymap or a list of keymaps (@pxref{Menu Keymaps}). In this case, the
1793return value is the list of events corresponding to the user's choice. 1793return value is the list of events corresponding to the user's choice.
1794(This list has more than one element if the choice occurred in a 1794This list has more than one element if the choice occurred in a
1795submenu.) Note that @code{x-popup-menu} does not actually execute the 1795submenu. (Note that @code{x-popup-menu} does not actually execute the
1796command bound to that sequence of events. 1796command bound to that sequence of events.) On toolkits that support
1797menu titles, the title is taken from the prompt string of @var{menu}
1798if @var{menu} is a keymap, or from the prompt string of the first
1799keymap in @var{menu} if it is a list of keymaps (@pxref{Defining
1800Menus}).
1797 1801
1798Alternatively, @var{menu} can have the following form: 1802Alternatively, @var{menu} can have the following form:
1799 1803