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

cosmetic and formatting fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2628 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 3db0dc3d
Showing with 3 additions and 3 deletions
+3 -3
......@@ -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);
......
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