Commit 5b7b3e3c authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3253 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 4 additions and 2 deletions
+4 -2
...@@ -2141,7 +2141,8 @@ GNU nano 1.3.5 - 2004.11.22 ...@@ -2141,7 +2141,8 @@ GNU nano 1.3.5 - 2004.11.22
glib 2.x on systems that may not have it installed. (DLR, glib 2.x on systems that may not have it installed. (DLR,
suggested by Jordi) suggested by Jordi)
- src/Makefile.am: - src/Makefile.am:
- Don't use DEFS to define things. Use INCLUDES instead. (Jordi) - Don't use DEFS to define things. Use INCLUDES instead.
(Jordi)
GNU nano 1.3.4 - 2004.08.17 GNU nano 1.3.4 - 2004.08.17
- General: - General:
......
...@@ -152,7 +152,8 @@ void do_delete(void) ...@@ -152,7 +152,8 @@ void do_delete(void)
update_line(openfile->current, openfile->current_x); update_line(openfile->current, openfile->current_x);
} }
/* Backspace over one character. */ /* Backspace over one character. That is, move the cursor left one
* character, and then delete the character there. */
void do_backspace(void) void do_backspace(void)
{ {
if (openfile->current != openfile->fileage || if (openfile->current != openfile->fileage ||
......
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