From: Richard M. Stallman Date: Fri, 9 May 1997 21:47:48 +0000 (+0000) Subject: (Fx_popup_menu): Do fix. X-Git-Tag: emacs-20.1~2236 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7ebd4437829f7e04edd4d1c939baa60061d4ad2;p=emacs.git (Fx_popup_menu): Do fix. --- diff --git a/src/xmenu.c b/src/xmenu.c index 7ef1131769a..bdfe046f838 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -763,10 +763,14 @@ The menu items come from key bindings that have a menu string as well as\n\ 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\