Commit 3b8c8988 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

help: tweak the descriptions of ^X and ^R

It is not a problem to say that ^X closes the current buffer
even when nano is compiled without multibuffer support.
No related merge requests found
Showing with 2 additions and 7 deletions
+2 -7
......@@ -517,16 +517,11 @@ void shortcut_init(void)
const char *cancel_gist = N_("Cancel the current function");
const char *help_gist = N_("Display this help text");
const char *exit_gist =
#ifdef ENABLE_MULTIBUFFER
N_("Close the current file buffer / Exit from nano")
#else
N_("Exit from nano")
#endif
;
N_("Close the current buffer / Exit from nano");
const char *writeout_gist =
N_("Write the current buffer (or the marked region) to disk");
const char *readfile_gist =
N_("Insert another file into the current one");
N_("Insert another file into current buffer (or into new buffer)");
const char *whereis_gist =
N_("Search forward for a string or a regular expression");
const char *wherewas_gist =
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment