Commit eff2e0e2 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

help: describe the Scroll-Up and Scroll-Down commands more precisely

An "if possible" would have been nice, but there is no room for that.
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -577,9 +577,9 @@ void shortcut_init(void) ...@@ -577,9 +577,9 @@ void shortcut_init(void)
#ifndef NANO_TINY #ifndef NANO_TINY
const char *bracket_gist = N_("Go to the matching bracket"); const char *bracket_gist = N_("Go to the matching bracket");
const char *scrollup_gist = const char *scrollup_gist =
N_("Scroll up one line without scrolling the cursor"); N_("Scroll up one line without moving the cursor textually");
const char *scrolldown_gist = const char *scrolldown_gist =
N_("Scroll down one line without scrolling the cursor"); N_("Scroll down one line without moving the cursor textually");
#endif #endif
#ifdef ENABLE_MULTIBUFFER #ifdef ENABLE_MULTIBUFFER
const char *prevfile_gist = N_("Switch to the previous file buffer"); const char *prevfile_gist = N_("Switch to the previous file buffer");
......
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