]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve commentary of handle_stop_backwards.
authorEli Zaretskii <eliz@gnu.org>
Sun, 4 Apr 2010 09:30:38 +0000 (12:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 4 Apr 2010 09:30:38 +0000 (12:30 +0300)
src/xdisp.c

index 997c76934d431d2422fb16f1f2c37309e1d0deba..48eaec1a3d8f9d761430e2985099eea8bb94fcdd 100644 (file)
@@ -6570,7 +6570,10 @@ next_element_from_stretch (it)
 /* Scan forward from CHARPOS in the current buffer, until we find a
    stop position > current IT's position.  Then handle the stop
    position before that.  This is called when we bump into a stop
-   position while reordering bidirectional text.  */
+   position while reordering bidirectional text.  CHARPOS should be
+   the last previously processed stop_pos (or BEGV, if none were
+   processed yet) whose position is less that IT's current
+   position.  */
 
 static void
 handle_stop_backwards (it, charpos)