Mercurial > emacs
changeset 107778:a91f626531f7
Improve commentary of handle_stop_backwards.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 04 Apr 2010 12:30:38 +0300 |
parents | 13c077500eb3 |
children | 41e0da544208 |
files | src/xdisp.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Sun Apr 04 02:55:19 2010 -0400 +++ b/src/xdisp.c Sun Apr 04 12:30:38 2010 +0300 @@ -6570,7 +6570,10 @@ /* 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)