src/xdisp.c (pos_visible_p): Fix inaccurate comment.

This commit is contained in:
Eli Zaretskii 2014-07-05 13:24:11 +03:00
parent 546c26b394
commit bff2d1ffc4

View file

@ -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;