aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2014-07-05 13:24:11 +0300
committerEli Zaretskii2014-07-05 13:24:11 +0300
commitbff2d1ffc49d635a7545fd31786ac9e6966016ba (patch)
tree4a438085c50a65b2e6e44f954758227de8802e0e /src
parent546c26b394b5b9c14cfef71c36ba8d8f6af8217d (diff)
downloademacs-bff2d1ffc49d635a7545fd31786ac9e6966016ba.tar.gz
emacs-bff2d1ffc49d635a7545fd31786ac9e6966016ba.zip
src/xdisp.c (pos_visible_p): Fix inaccurate comment.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c4
1 files changed, 3 insertions, 1 deletions
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,
1689 } 1689 }
1690 else 1690 else
1691 { 1691 {
1692 /* We were asked to provide info about WINDOW_END. */ 1692 /* Either we were asked to provide info about WINDOW_END, or
1693 CHARPOS is in the partially visible glyph row at end of
1694 window. */
1693 struct it it2; 1695 struct it it2;
1694 void *it2data = NULL; 1696 void *it2data = NULL;
1695 1697