]> git.wh0rd.org Git - nano.git/commitdiff
cosmetic fixes
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 31 Dec 2005 21:22:54 +0000 (21:22 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sat, 31 Dec 2005 21:22:54 +0000 (21:22 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3253 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
src/text.c

index 3fa7ae0d0ab3ab43796648db390fc90fd6d647b8..6ae0973212d3d85708297bcb82942fb8c9703452 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2141,7 +2141,8 @@ GNU nano 1.3.5 - 2004.11.22
          glib 2.x on systems that may not have it installed. (DLR,
          suggested by Jordi)
 - 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
 - General:
index fa62d5e10f3819f7b16d6cf9cf9d0d804b4b39f3..738b40b7be4527d785afd6840e518618d910afec 100644 (file)
@@ -152,7 +152,8 @@ void do_delete(void)
        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)
 {
     if (openfile->current != openfile->fileage ||