mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 12:51:23 +03:00
feedback: show a helpful message for ^G even when there is no help
Saying that "Help is not available" is useless. Better say something that might help a newbie.
This commit is contained in:
parent
37f1d43ce3
commit
7dd5484cb5
@ -568,7 +568,7 @@ void do_help(void)
|
||||
show_help();
|
||||
#else
|
||||
if (currmenu == MMAIN || currmenu == MBROWSER)
|
||||
statusbar(_("Help is not available"));
|
||||
statusbar(_("^W = Ctrl+W M-W = Alt+W"));
|
||||
else
|
||||
beep();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user