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:
David Lawrence Ramsey 2005-06-12 16:00:09 +00:00
parent 3db0dc3d8d
commit aeeb96e628
2 changed files with 3 additions and 3 deletions

View File

@ -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 */

View File

@ -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);