src/dispextern.h: Fix commentary to it's hpos member.
This commit is contained in:
parent
53b15fa6dc
commit
4e104c7672
1 changed files with 2 additions and 1 deletions
|
@ -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). */
|
||||
|
|
Loading…
Add table
Reference in a new issue