From 4e104c767226ed34890c64230587f74d3a8aa6c0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 21 Jun 2014 15:34:02 +0300 Subject: [PATCH] src/dispextern.h: Fix commentary to it's hpos member. --- src/dispextern.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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). */ -- 2.39.5