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 d98135afbfd..ec6b9286982 100644 --- a/src/menu.c +++ b/src/menu.c | |||
| @@ -1628,7 +1628,7 @@ won't be run if `x-popup-menu' fails or returns for some other reason | |||
| 1628 | Vx_pre_popup_menu_hook = Qnil; | 1628 | Vx_pre_popup_menu_hook = Qnil; |
| 1629 | 1629 | ||
| 1630 | DEFVAR_LISP ("x-popup-menu-function", Vx_popup_menu_function, | 1630 | DEFVAR_LISP ("x-popup-menu-function", Vx_popup_menu_function, |
| 1631 | doc : /* Function to call to pop up a menu. | 1631 | doc: /* Function to call to pop up a menu. |
| 1632 | The function is called like `x-popup-menu'. This is currently only | 1632 | The function is called like `x-popup-menu'. This is currently only |
| 1633 | used for frames on text terminals. */); | 1633 | used for frames on text terminals. */); |
| 1634 | Vx_popup_menu_function = Qnil; | 1634 | Vx_popup_menu_function = Qnil; |