diff options
| author | Jan Djärv | 2006-06-01 06:39:44 +0000 |
|---|---|---|
| committer | Jan Djärv | 2006-06-01 06:39:44 +0000 |
| commit | ebe80e837d051c1ff513314bad6cd3af158ea1eb (patch) | |
| tree | 15bf61d48a79ad6b55b7c10f6d13768b59140c3e | |
| parent | c9467aaa7d02820ebbc37b3acf2227c821c132d4 (diff) | |
| download | emacs-ebe80e837d051c1ff513314bad6cd3af158ea1eb.tar.gz emacs-ebe80e837d051c1ff513314bad6cd3af158ea1eb.zip | |
* xmenu.c (Fmenu_bar_open, syms_of_xmenu): Change menu-bar-start to
menu-bar-open.
| -rw-r--r-- | src/xmenu.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xmenu.c b/src/xmenu.c index ef9fb05fb29..f2b5f9f0c07 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -1301,7 +1301,7 @@ popup_get_selection (initial_event, dpyinfo, id, do_timers) | |||
| 1301 | } | 1301 | } |
| 1302 | } | 1302 | } |
| 1303 | 1303 | ||
| 1304 | DEFUN ("menu-bar-start", Fmenu_bar_start, Smenu_bar_start, 0, 1, "i", | 1304 | DEFUN ("menu-bar-open", Fmenu_bar_open, Smenu_bar_open, 0, 1, "i", |
| 1305 | doc: /* Start key navigation of the menu bar in FRAME. | 1305 | doc: /* Start key navigation of the menu bar in FRAME. |
| 1306 | This initially opens the first menu bar item and you can then navigate with the | 1306 | This initially opens the first menu bar item and you can then navigate with the |
| 1307 | arrow keys, select a menu entry with the return key or cancel with the | 1307 | arrow keys, select a menu entry with the return key or cancel with the |
| @@ -1380,7 +1380,7 @@ If FRAME is nil or not given, use the selected frame. */) | |||
| 1380 | 1380 | ||
| 1381 | 1381 | ||
| 1382 | #ifdef USE_GTK | 1382 | #ifdef USE_GTK |
| 1383 | DEFUN ("menu-bar-start", Fmenu_bar_start, Smenu_bar_start, 0, 1, "i", | 1383 | DEFUN ("menu-bar-open", Fmenu_bar_open, Smenu_bar_open, 0, 1, "i", |
| 1384 | doc: /* Start key navigation of the menu bar in FRAME. | 1384 | doc: /* Start key navigation of the menu bar in FRAME. |
| 1385 | This initially opens the first menu bar item and you can then navigate with the | 1385 | This initially opens the first menu bar item and you can then navigate with the |
| 1386 | arrow keys, select a menu entry with the return key or cancel with the | 1386 | arrow keys, select a menu entry with the return key or cancel with the |
| @@ -3771,7 +3771,7 @@ The enable predicate for a menu command should check this variable. */); | |||
| 3771 | defsubr (&Sx_popup_menu); | 3771 | defsubr (&Sx_popup_menu); |
| 3772 | 3772 | ||
| 3773 | #if defined (USE_GTK) || defined (USE_X_TOOLKIT) | 3773 | #if defined (USE_GTK) || defined (USE_X_TOOLKIT) |
| 3774 | defsubr (&Smenu_bar_start); | 3774 | defsubr (&Smenu_bar_open); |
| 3775 | #endif | 3775 | #endif |
| 3776 | 3776 | ||
| 3777 | #ifdef HAVE_MENUS | 3777 | #ifdef HAVE_MENUS |