diff options
| author | Eli Zaretskii | 2010-04-04 12:30:38 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-04-04 12:30:38 +0300 |
| commit | feb72cfb9338c1a9386dc772950adf513fb14d23 (patch) | |
| tree | cdd5b2b68d9181d7def2b97c626c7bd8b89f568c /src | |
| parent | 0523d11710e8be81083af7f756dcc5f937ce1047 (diff) | |
| download | emacs-feb72cfb9338c1a9386dc772950adf513fb14d23.tar.gz emacs-feb72cfb9338c1a9386dc772950adf513fb14d23.zip | |
Improve commentary of handle_stop_backwards.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 997c76934d4..48eaec1a3d8 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -6570,7 +6570,10 @@ next_element_from_stretch (it) | |||
| 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) |