]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 9 Nov 2005 02:23:54 +0000 (02:23 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 9 Nov 2005 02:23:54 +0000 (02:23 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3120 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/cut.c

index 52d51c7a90654a1a7f2a8946acf78fd58be4e4cd..852832f597fe93275437bee0d0f3d98755d26cdb 100644 (file)
--- a/src/cut.c
+++ b/src/cut.c
@@ -40,9 +40,9 @@ void cutbuffer_reset(void)
 
 /* If we're not on the last line of the file, move all the text of the
  * current line, plus the newline at the end, to the cutbuffer.  If we
- * are, and the last line of the file isn't blank, move all of the text
- * of the current line to the cutbuffer.  In both cases, set the current
- * place we want to the beginning of the current line. */
+ * are, move all of the text of the current line to the cutbuffer.  In
+ * both cases, set the current place we want to the beginning of the
+ * current line. */
 void cut_line(void)
 {
     if (openfile->current != openfile->filebot)