comparison src/xdisp.c @ 44265:84ca5c9a3f56

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 30 Mar 2002 23:50:09 +0000
parents 7482068b3fc6
children f532fa5aeca1
comparison
equal deleted inserted replaced
44264:6bcf9f9c10df 44265:84ca5c9a3f56
5144 it->glyph_row = saved_glyph_row; 5144 it->glyph_row = saved_glyph_row;
5145 return result; 5145 return result;
5146 } 5146 }
5147 5147
5148 5148
5149 /* Move IT forward to a specified buffer position TO_CHARPOS, TO_X, 5149 /* Move IT forward until it satisfies one or more of the criteria in
5150 TO_Y, TO_VPOS. OP is a bit-mask that specifies where to stop. See 5150 TO_CHARPOS, TO_X, TO_Y, and TO_VPOS.
5151 the description of enum move_operation_enum. 5151
5152 OP is a bit-mask that specifies where to stop, and in particular,
5153 which of those four position arguments makes a difference. See the
5154 description of enum move_operation_enum.
5152 5155
5153 If TO_CHARPOS is in invisible text, e.g. a truncated part of a 5156 If TO_CHARPOS is in invisible text, e.g. a truncated part of a
5154 screen line, this function will set IT to the next position > 5157 screen line, this function will set IT to the next position >
5155 TO_CHARPOS. */ 5158 TO_CHARPOS. */
5156 5159