emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101000: xdisp.c (display_line): Fix


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101000: xdisp.c (display_line): Fix a typo in a comment.
Date: Fri, 06 Aug 2010 18:53:11 +0300
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101000
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2010-08-06 18:53:11 +0300
message:
   xdisp.c (display_line): Fix a typo in a comment.
modified:
  src/xdisp.c
=== modified file 'src/xdisp.c'
--- a/src/xdisp.c       2010-08-05 23:34:12 +0000
+++ b/src/xdisp.c       2010-08-06 15:53:11 +0000
@@ -17381,8 +17381,8 @@
          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;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]