diff options
Diffstat (limited to 'src/menu.c')
| -rw-r--r-- | src/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.c b/src/menu.c index 3bfb74863ae..bf6bb6486bd 100644 --- a/src/menu.c +++ b/src/menu.c | |||
| @@ -1017,7 +1017,7 @@ find_and_return_menu_selection (FRAME_PTR f, int keymaps, void *client_data) | |||
| 1017 | } | 1017 | } |
| 1018 | #endif /* HAVE_NS */ | 1018 | #endif /* HAVE_NS */ |
| 1019 | 1019 | ||
| 1020 | DEFUN ("x-popup-menu", Fx_popup_menu, Sx_popup_menu, 2, 2, 0, | 1020 | DEFUE ("x-popup-menu", Fx_popup_menu, Sx_popup_menu, 2, 2, 0, |
| 1021 | doc: /* Pop up a deck-of-cards menu and return user's selection. | 1021 | doc: /* Pop up a deck-of-cards menu and return user's selection. |
| 1022 | POSITION is a position specification. This is either a mouse button event | 1022 | POSITION is a position specification. This is either a mouse button event |
| 1023 | or a list ((XOFFSET YOFFSET) WINDOW) | 1023 | or a list ((XOFFSET YOFFSET) WINDOW) |