From: Eli Zaretskii Date: Sat, 5 Jul 2014 10:24:11 +0000 (+0300) Subject: src/xdisp.c (pos_visible_p): Fix inaccurate comment. X-Git-Tag: emacs-24.3.93~90 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bff2d1ffc49d635a7545fd31786ac9e6966016ba;p=emacs.git src/xdisp.c (pos_visible_p): Fix inaccurate comment. --- diff --git a/src/xdisp.c b/src/xdisp.c index 913b57ed44b..28752a42cb9 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -1689,7 +1689,9 @@ pos_visible_p (struct window *w, ptrdiff_t charpos, int *x, int *y, } else { - /* We were asked to provide info about WINDOW_END. */ + /* Either we were asked to provide info about WINDOW_END, or + CHARPOS is in the partially visible glyph row at end of + window. */ struct it it2; void *it2data = NULL;