# HG changeset patch # User Richard M. Stallman # Date 1017532209 0 # Node ID 84ca5c9a3f56222af69983361a3260cf5d150bc0 # Parent 6bcf9f9c10df4076875fb801c4d6dde41c1a3bec Comment change. diff -r 6bcf9f9c10df -r 84ca5c9a3f56 src/xdisp.c --- a/src/xdisp.c Sat Mar 30 23:49:39 2002 +0000 +++ b/src/xdisp.c Sat Mar 30 23:50:09 2002 +0000 @@ -5146,9 +5146,12 @@ } -/* Move IT forward to a specified buffer position TO_CHARPOS, TO_X, - TO_Y, TO_VPOS. OP is a bit-mask that specifies where to stop. See - the description of enum move_operation_enum. +/* Move IT forward until it satisfies one or more of the criteria in + TO_CHARPOS, TO_X, TO_Y, and TO_VPOS. + + OP is a bit-mask that specifies where to stop, and in particular, + which of those four position arguments makes a difference. See the + description of enum move_operation_enum. If TO_CHARPOS is in invisible text, e.g. a truncated part of a screen line, this function will set IT to the next position >