menus: don't show M-6 in the help lines of any prompt

None of the editing keystrokes are shown in the menus -- they are
all "blind" keys.  This corrects a mistake in the previous commit.
This commit is contained in:
Benno Schulenberg 2022-01-31 10:42:31 +01:00
parent 3b657a26a6
commit 2290152743
1 changed files with 1 additions and 1 deletions

View File

@ -805,7 +805,7 @@ void shortcut_init(void)
add_to_funcs(do_mark, MMAIN,
N_("Set Mark"), WITHORSANS(mark_gist), TOGETHER, VIEW);
add_to_funcs(copy_text, MMOST,
add_to_funcs(copy_text, MMAIN,
N_("Copy"), WITHORSANS(copy_gist), BLANKAFTER, VIEW);
#endif