]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix wording of comment in the last commit.
authorEli Zaretskii <eliz@gnu.org>
Mon, 9 Apr 2012 12:46:34 +0000 (15:46 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 9 Apr 2012 12:46:34 +0000 (15:46 +0300)
src/xdisp.c

index 07aad31abf1589162ba347aae19700fc8fd60198..61b0b9df5e1a6fdd6f822d0f1aafffa78e936333 100644 (file)
@@ -16609,7 +16609,7 @@ find_last_unchanged_at_beg_row (struct window *w)
             bidi-reordered and was killed immediately before this
             redisplay cycle.  In that case, ROW->end stores the
             buffer position of the first visual-order character of
-            the next row, which is now beyond ZV.  */
+            the killed text, which is now beyond ZV.  */
          && CHARPOS (row->end.pos) <= ZV)
        row_found = row;