diff options
| author | Glenn Morris | 2011-01-24 19:47:47 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-24 19:47:47 -0800 |
| commit | 06d8ace51597cd41e110560a56a1abeb6cce23d6 (patch) | |
| tree | e893bab169f27821637fc07e3cd2414b4b9b7b68 /doc/lispref/frames.texi | |
| parent | c5ecc7690d4afafb42049634d64abd781ff76642 (diff) | |
| parent | 0d19d4feaa653a315853716e64bbaddb210a26ca (diff) | |
| download | emacs-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.texi | 10 |
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. | |||
| 1791 | The argument @var{menu} says what to display in the menu. It can be a | 1791 | The argument @var{menu} says what to display in the menu. It can be a |
| 1792 | keymap or a list of keymaps (@pxref{Menu Keymaps}). In this case, the | 1792 | keymap or a list of keymaps (@pxref{Menu Keymaps}). In this case, the |
| 1793 | return value is the list of events corresponding to the user's choice. | 1793 | return 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 | 1794 | This list has more than one element if the choice occurred in a |
| 1795 | submenu.) Note that @code{x-popup-menu} does not actually execute the | 1795 | submenu. (Note that @code{x-popup-menu} does not actually execute the |
| 1796 | command bound to that sequence of events. | 1796 | command bound to that sequence of events.) On toolkits that support |
| 1797 | menu titles, the title is taken from the prompt string of @var{menu} | ||
| 1798 | if @var{menu} is a keymap, or from the prompt string of the first | ||
| 1799 | keymap in @var{menu} if it is a list of keymaps (@pxref{Defining | ||
| 1800 | Menus}). | ||
| 1797 | 1801 | ||
| 1798 | Alternatively, @var{menu} can have the following form: | 1802 | Alternatively, @var{menu} can have the following form: |
| 1799 | 1803 | ||