mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-29 08:03:19 +03:00
in shortcut_init(), clarify the description of ^X when
--enable-multibuffer is used git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2693 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
b2b6976bd9
commit
fa6c29cc2e
@ -155,6 +155,8 @@ CVS code -
|
|||||||
- Remove unnecessary "Refresh" placeholder in the file browser
|
- Remove unnecessary "Refresh" placeholder in the file browser
|
||||||
shortcut list. (DLR)
|
shortcut list. (DLR)
|
||||||
- Allow the mark to be used in view mode, as Pico does. (DLR)
|
- Allow the mark to be used in view mode, as Pico does. (DLR)
|
||||||
|
- Clarify the description of ^X when --enable-multibuffer is
|
||||||
|
used. (DLR)
|
||||||
thanks_for_all_the_fish()
|
thanks_for_all_the_fish()
|
||||||
- Remove free_toggles() and move its code here verbatim, as it's
|
- Remove free_toggles() and move its code here verbatim, as it's
|
||||||
only called here anyway. (David Benbennick)
|
only called here anyway. (David Benbennick)
|
||||||
|
@ -271,7 +271,7 @@ void shortcut_init(bool unjustify)
|
|||||||
const char *nano_help_msg = N_("Invoke the help menu");
|
const char *nano_help_msg = N_("Invoke the help menu");
|
||||||
const char *nano_exit_msg =
|
const char *nano_exit_msg =
|
||||||
#ifdef ENABLE_MULTIBUFFER
|
#ifdef ENABLE_MULTIBUFFER
|
||||||
N_("Close currently loaded file/Exit from nano")
|
N_("Close current file buffer/Exit from nano")
|
||||||
#else
|
#else
|
||||||
N_("Exit from nano")
|
N_("Exit from nano")
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user