Mercurial > emacs
changeset 44265:84ca5c9a3f56
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 30 Mar 2002 23:50:09 +0000 |
parents | 6bcf9f9c10df |
children | 8b08d13381ba |
files | src/xdisp.c |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 >