[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107793: Fix wording of comment in
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-24 r107793: Fix wording of comment in the last commit. |
Date: |
Mon, 09 Apr 2012 15:46:34 +0300 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107793
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-24
timestamp: Mon 2012-04-09 15:46:34 +0300
message:
Fix wording of comment in the last commit.
modified:
src/xdisp.c
=== modified file 'src/xdisp.c'
--- a/src/xdisp.c 2012-04-09 12:28:45 +0000
+++ b/src/xdisp.c 2012-04-09 12:46:34 +0000
@@ -16609,7 +16609,7 @@
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;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-24 r107793: Fix wording of comment in the last commit.,
Eli Zaretskii <=