aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index 16292673df2..a811d3b4d74 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -2488,7 +2488,7 @@ static void
2488menu_help_callback (help_string) 2488menu_help_callback (help_string)
2489 char *help_string; 2489 char *help_string;
2490{ 2490{
2491 show_help_echo (help_string ? build_string (help_string) : Qnil); 2491 show_help_echo (help_string ? build_string (help_string) : Qnil, 1);
2492} 2492}
2493 2493
2494 2494