From: Eli Zaretskii Date: Sat, 21 Jun 2014 12:34:02 +0000 (+0300) Subject: src/dispextern.h: Fix commentary to it's hpos member. X-Git-Tag: emacs-24.3.92~41 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e104c767226ed34890c64230587f74d3a8aa6c0;p=emacs.git src/dispextern.h: Fix commentary to it's hpos member. --- 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). */