mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-26 14:51:36 +03:00
cosmetic and formatting fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2628 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
3db0dc3d8d
commit
aeeb96e628
@ -1143,8 +1143,8 @@ void toggle_init(void)
|
||||
toggle_init_one(TOGGLE_WHITESPACE_KEY, N_("Whitespace display"),
|
||||
WHITESPACE_DISPLAY);
|
||||
#endif
|
||||
toggle_init_one(TOGGLE_MORESPACE_KEY, N_("Use of more space for editing"),
|
||||
MORE_SPACE);
|
||||
toggle_init_one(TOGGLE_MORESPACE_KEY,
|
||||
N_("Use of more space for editing"), MORE_SPACE);
|
||||
}
|
||||
#endif /* !NANO_SMALL */
|
||||
|
||||
|
@ -1394,7 +1394,7 @@ void do_tab(void)
|
||||
do_output(kbinput, 1, TRUE);
|
||||
}
|
||||
|
||||
/* Someone hits Enter *gasp!* */
|
||||
/* Someone hits Return *gasp!* */
|
||||
void do_enter(void)
|
||||
{
|
||||
filestruct *newnode = make_new_node(current);
|
||||
|
Loading…
Reference in New Issue
Block a user