]> git.eshelyaron.com Git - emacs.git/commitdiff
xdisp.c (display_line): Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Fri, 6 Aug 2010 15:53:11 +0000 (18:53 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 6 Aug 2010 15:53:11 +0000 (18:53 +0300)
src/xdisp.c

index 81418b2d66fceebeb24337afd98796ce46b98799..73299c95d1f586e19e7bf7fb7d0c03e29748d67d 100644 (file)
@@ -17381,8 +17381,8 @@ display_line (struct it *it)
          row->ends_at_zv_p = 1;
          /* A row that displays right-to-left text must always have
             its last face extended all the way to the end of line,
-            even if this row ends in ZV, because we still write to th
-            screen left to right.  */
+            even if this row ends in ZV, because we still write to
+            the screen left to right.  */
          if (row->reversed_p)
            extend_face_to_end_of_line (it);
          break;