src/dispextern.h: Fix commentary to it's hpos member.

This commit is contained in:
Eli Zaretskii 2014-06-21 15:34:02 +03:00
parent 53b15fa6dc
commit 4e104c7672

View file

@ -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). */