bindings: don't allow calling help when searching in the help viewer

This fixes https://savannah.gnu.org/bugs/?52246.
master
Benno Schulenberg 2017-10-18 21:46:34 +02:00
parent 08b49534d5
commit af20d45bc1
1 changed files with 1 additions and 1 deletions

View File

@ -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);