From 4c6fe6c0094749675222435858ccf655f04b2bd4 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 9 Apr 2012 15:46:34 +0300 Subject: [PATCH] Fix wording of comment in the last commit. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) 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; -- 2.11.4.GIT