commit bc0ea5ea713bd64e9999a02d4db43571bdb37e99
parent ee03c4b85792a56963e76a4ddca253cedb95c455
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Sat, 30 May 2020 19:21:44 +0200
help: describe what has been added to the "Execute Command" menu
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/help.c b/src/help.c
@@ -415,7 +415,8 @@ void help_init(void)
"(the pipe symbol), the current contents of the buffer "
"(or marked region) will be piped to the command. ");
htx[1] = N_("If you just need another blank buffer, do not enter any "
- "command.\n\n");
+ "command.\n\n You can also pick one of four tools, or cut a "
+ "large piece of the buffer, or put the editor to sleep.\n\n");
htx[2] = N_(" The following function keys are "
"available in Execute Command mode:\n\n");
} else if (currmenu == MLINTER) {