From: Eli Zaretskii Date: Fri, 6 Aug 2010 15:53:11 +0000 (+0300) Subject: xdisp.c (display_line): Fix a typo in a comment. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~49^2~40 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=33dd480f04ffb1439b17a9dac34d5e2ccd4cdbc9;p=emacs.git xdisp.c (display_line): Fix a typo in a comment. --- diff --git a/src/xdisp.c b/src/xdisp.c index 81418b2d66f..73299c95d1f 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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;