comparison src/xdisp.c @ 107778:a91f626531f7

Improve commentary of handle_stop_backwards.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 04 Apr 2010 12:30:38 +0300
parents 02181f9edbbf
children b4880c984e2f
comparison
equal deleted inserted replaced
107777:13c077500eb3 107778:a91f626531f7
6568 } 6568 }
6569 6569
6570 /* Scan forward from CHARPOS in the current buffer, until we find a 6570 /* Scan forward from CHARPOS in the current buffer, until we find a
6571 stop position > current IT's position. Then handle the stop 6571 stop position > current IT's position. Then handle the stop
6572 position before that. This is called when we bump into a stop 6572 position before that. This is called when we bump into a stop
6573 position while reordering bidirectional text. */ 6573 position while reordering bidirectional text. CHARPOS should be
6574 the last previously processed stop_pos (or BEGV, if none were
6575 processed yet) whose position is less that IT's current
6576 position. */
6574 6577
6575 static void 6578 static void
6576 handle_stop_backwards (it, charpos) 6579 handle_stop_backwards (it, charpos)
6577 struct it *it; 6580 struct it *it;
6578 EMACS_INT charpos; 6581 EMACS_INT charpos;