Commit cb7ee0e4 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

one last documentation fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1535 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 5 additions and 5 deletions
+5 -5
...@@ -36,10 +36,10 @@ CVS code - ...@@ -36,10 +36,10 @@ CVS code -
wrap" to "Auto line wrap", to more clearly associate it with wrap" to "Auto line wrap", to more clearly associate it with
Meta-L. (DLR) Meta-L. (DLR)
shortcut_init() shortcut_init()
- Change multibuffer-enabled references to opening/closing the - Change multibuffer-enabled references to
previous/next loaded file to switching to/closing the opening/closing/toggling the previous/next loaded file to
previous/next file buffer, for consistency with other toggling/switching to/closing the previous/next file buffer,
references. (DLR) for consistency with other references. (DLR)
- nano.c: - nano.c:
window_init() window_init()
- Set keypad() to TRUE regardless of whether PDCurses is being - Set keypad() to TRUE regardless of whether PDCurses is being
......
...@@ -402,7 +402,7 @@ void shortcut_init(int unjustify) ...@@ -402,7 +402,7 @@ void shortcut_init(int unjustify)
#ifdef ENABLE_MULTIBUFFER #ifdef ENABLE_MULTIBUFFER
nano_openprev_msg = _("Switch to previous file buffer"); nano_openprev_msg = _("Switch to previous file buffer");
nano_opennext_msg = _("Switch to next file buffer"); nano_opennext_msg = _("Switch to next file buffer");
nano_multibuffer_msg = _("Toggle insert into new buffer"); nano_multibuffer_msg = _("Toggle insert into new file buffer");
#endif #endif
#endif /* !DISABLE_HELP */ #endif /* !DISABLE_HELP */
......
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