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

still more comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3992 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent e3e31286
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -63,7 +63,7 @@ void do_mark(void) ...@@ -63,7 +63,7 @@ void do_mark(void)
} }
#endif /* !NANO_TINY */ #endif /* !NANO_TINY */
/* Delete one character. */ /* Delete the character under the cursor. */
void do_delete(void) void do_delete(void)
{ {
bool do_refresh = FALSE; bool do_refresh = FALSE;
......
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