diff --git a/src/global.c b/src/global.c index ba62725af98077eeff4165563cce0742ab22f13d..f1add3b0dc95db4c66ec93efef9fbb386f89051c 100644 --- a/src/global.c +++ b/src/global.c @@ -688,7 +688,7 @@ void shortcut_init(void) /* Start populating the different menus with functions. */ - add_to_funcs(do_help_void, MMOST, + add_to_funcs(do_help_void, MMOST & ~MFINDINHELP, /* TRANSLATORS: Try to keep the following strings at most 10 characters. */ N_("Get Help"), IFSCHELP(nano_help_msg), TOGETHER, VIEW);