aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2012-04-09 15:46:34 +0300
committerEli Zaretskii2012-04-09 15:46:34 +0300
commit4c6fe6c0094749675222435858ccf655f04b2bd4 (patch)
treec24b2f9aaf89a98cee990ef8d923521f498d46cb /src
parente53357c466196161fa36dc35cc215b050b7f88a8 (diff)
downloademacs-4c6fe6c0094749675222435858ccf655f04b2bd4.tar.gz
emacs-4c6fe6c0094749675222435858ccf655f04b2bd4.zip
Fix wording of comment in the last commit.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 07aad31abf1..61b0b9df5e1 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -16609,7 +16609,7 @@ find_last_unchanged_at_beg_row (struct window *w)
16609 bidi-reordered and was killed immediately before this 16609 bidi-reordered and was killed immediately before this
16610 redisplay cycle. In that case, ROW->end stores the 16610 redisplay cycle. In that case, ROW->end stores the
16611 buffer position of the first visual-order character of 16611 buffer position of the first visual-order character of
16612 the next row, which is now beyond ZV. */ 16612 the killed text, which is now beyond ZV. */
16613 && CHARPOS (row->end.pos) <= ZV) 16613 && CHARPOS (row->end.pos) <= ZV)
16614 row_found = row; 16614 row_found = row;
16615 16615