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

another comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2543 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent e3970f50
Showing with 1 addition and 1 deletion
+1 -1
...@@ -1389,7 +1389,7 @@ void do_tab(void) ...@@ -1389,7 +1389,7 @@ void do_tab(void)
do_output(kbinput, 1, TRUE); do_output(kbinput, 1, TRUE);
} }
/* Someone hits return *gasp!* */ /* Someone hits Enter *gasp!* */
void do_enter(void) void do_enter(void)
{ {
filestruct *newnode = make_new_node(current); 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