]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 4 Nov 2005 16:34:51 +0000 (16:34 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Fri, 4 Nov 2005 16:34:51 +0000 (16:34 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3087 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/text.c

index e3559d730091d297a27d74c4de31f35f4688373c..5deb6b4fae7dc4586c50b50b766ec797a2efb71d 100644 (file)
@@ -129,8 +129,9 @@ void do_delete(void)
        wrap_reset();
 #endif
 
-       /* If we deleted the line before filebot, and the resulting
-        * line at filebot isn't blank, add a new magicline. */
+       /* If text has been added to the magicline as a result of
+        * deleting at the end of the line before filebot, add a new
+        * magicline. */
        if (openfile->current == openfile->filebot &&
                openfile->current->data[0] != '\0')
            new_magicline();