summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2014-06-21 15:34:02 +0300
committerEli Zaretskii <eliz@gnu.org>2014-06-21 15:34:02 +0300
commit4e104c767226ed34890c64230587f74d3a8aa6c0 (patch)
treef4ef8c9f2e4e88543a37a8d931b39488173dc8b1
parent53b15fa6dc1b975a617923ec1da5d1b29a1f6955 (diff)
downloademacs-4e104c767226ed34890c64230587f74d3a8aa6c0.tar.gz
src/dispextern.h: Fix commentary to it's hpos member.
-rw-r--r--src/dispextern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 8ccc3d35d8c..6027d5ee7ed 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2599,7 +2599,8 @@ struct it
int vpos;
/* Horizontal matrix position reached in move_it_in_display_line.
- Only set there, not in display_line. */
+ Only set there, not in display_line, and only when the X
+ coordinate is past first_visible_x. */
int hpos;
/* Left fringe bitmap number (enum fringe_bitmap_type). */