# HG changeset patch # User Richard M. Stallman # Date 1038582830 0 # Node ID 0af9ad58776747cb1d2a74d4fc3514a110c4c70d # Parent 1f75262039c7fc306206b3348003dce1681b4473 Comment change. diff -r 1f75262039c7 -r 0af9ad587767 src/indent.c --- a/src/indent.c Fri Nov 29 15:12:50 2002 +0000 +++ b/src/indent.c Fri Nov 29 15:13:50 2002 +0000 @@ -2023,11 +2023,12 @@ SET_TEXT_POS (pt, PT, PT_BYTE); start_display (&it, w, pt); - /* Move to the start of the line containing PT. If we don't do - this, we start moving with IT->current_x == 0, while PT is really - at some x > 0. The effect is, in continuation lines, that we end - up with the iterator placed at where it thinks X is 0, while the - end position is really at some X > 0, the same X that PT had. */ + /* Move to the start of the display line containing PT. If we don't + do this, we start moving with IT->current_x == 0, while PT is + really at some x > 0. The effect is, in continuation lines, that + we end up with the iterator placed at where it thinks X is 0, + while the end position is really at some X > 0, the same X that + PT had. */ move_it_by_lines (&it, 0, 0); if (XINT (lines) != 0)