Mercurial > emacs
changeset 17709:c93b19665c14
(Fx_popup_menu): Do fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 09 May 1997 21:47:48 +0000 |
parents | 95f0456681cc |
children | 13df6938d925 |
files | src/xmenu.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xmenu.c Fri May 09 19:57:36 1997 +0000 +++ b/src/xmenu.c Fri May 09 21:47:48 1997 +0000 @@ -763,10 +763,14 @@ a definition; actually, the \"definition\" in such a key binding looks like\n\ \(STRING . REAL-DEFINITION). To give the menu a title, put a string into\n\ the keymap as a top-level element.\n\n\ +If REAL-DEFINITION is nil, that puts a nonselectable string in the menu.\n\ +Otherwise, REAL-DEFINITION should be a valid key binding definition.\n\ +\n\ You can also use a list of keymaps as MENU.\n\ Then each keymap makes a separate pane.\n\ When MENU is a keymap or a list of keymaps, the return value\n\ is a list of events.\n\n\ +\n\ Alternatively, you can specify a menu of multiple panes\n\ with a list of the form (TITLE PANE1 PANE2...),\n\ where each pane is a list of form (TITLE ITEM1 ITEM2...).\n\