]> git.wh0rd.org Git - nano.git/commitdiff
comment fix
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 10 Nov 2005 06:25:01 +0000 (06:25 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 10 Nov 2005 06:25:01 +0000 (06:25 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3149 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/text.c

index 85c020a2f3a68c5168b72979e17abd8c98a1bb0a..2112359bf15c0c5a9319c2c08c3df065285da1ed 100644 (file)
@@ -1103,7 +1103,7 @@ bool find_paragraph(size_t *const quote, size_t *const par)
     openfile->current = current_save;
     openfile->current_y = current_y_save;
 
-    /* Set the current place we want to the current x-coordinate. */
+    /* Set the current place we want to where the cursor is now. */
     openfile->placewewant = xplustabs();
 
     /* Save the values of quote_len and par_len. */