Commit cfa1338f authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

Normalizing the indentation in do_help().

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5017 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 22 additions and 21 deletions
+22 -21
......@@ -9,6 +9,7 @@
functions 'tofiles','gotodir' and 'flipnewbuffer', and correct
the description of 'gototext' (not being about the file browser).
* doc/syntax/nanorc.nanorc: Show Ins and Del as valid rebindable keys.
* src/help.c (do_help): Normalize the indentation.
2014-06-22 Benno Schulenberg <bensberg@justemail.net>
* src/browser.c (parse_browser_input), src/help.c (parse_help_input):
......
......@@ -166,7 +166,7 @@ void do_help(void (*refresh_func)(void))
line = last_line - (editwinrows - 1);
}
} else if (f->scfunc == do_exit) {
/* Abort the help browser. */
/* Exit from the help browser. */
break;
}
}
......
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