diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 4856a7b13b6..723309a31d7 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -8572,7 +8572,7 @@ compute_stop_pos_backwards (struct it *it) | |||
| 8572 | position before that. This is called when we bump into a stop | 8572 | position before that. This is called when we bump into a stop |
| 8573 | position while reordering bidirectional text. CHARPOS should be | 8573 | position while reordering bidirectional text. CHARPOS should be |
| 8574 | the last previously processed stop_pos (or BEGV/0, if none were | 8574 | the last previously processed stop_pos (or BEGV/0, if none were |
| 8575 | processed yet) whose position is less that IT's current | 8575 | processed yet) whose position is less than IT's current |
| 8576 | position. */ | 8576 | position. */ |
| 8577 | 8577 | ||
| 8578 | static void | 8578 | static void |