aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2010-04-04 12:30:38 +0300
committerEli Zaretskii2010-04-04 12:30:38 +0300
commitfeb72cfb9338c1a9386dc772950adf513fb14d23 (patch)
treecdd5b2b68d9181d7def2b97c626c7bd8b89f568c /src
parent0523d11710e8be81083af7f756dcc5f937ce1047 (diff)
downloademacs-feb72cfb9338c1a9386dc772950adf513fb14d23.tar.gz
emacs-feb72cfb9338c1a9386dc772950adf513fb14d23.zip
Improve commentary of handle_stop_backwards.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c5
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
6575static void 6578static void
6576handle_stop_backwards (it, charpos) 6579handle_stop_backwards (it, charpos)