From: Eli Zaretskii Date: Mon, 9 Apr 2012 12:46:34 +0000 (+0300) Subject: Fix wording of comment in the last commit. X-Git-Tag: emacs-24.0.96~111^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4c6fe6c0094749675222435858ccf655f04b2bd4;p=emacs.git Fix wording of comment in the last commit. --- 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;