# HG changeset patch # User Eli Zaretskii # Date 1254946051 0 # Node ID a2419d5798022bdad05c4fa44d269de1796e6171 # Parent 44d58cfb225c456d2147678593beb4ef4bc6baeb (set_cursor_from_row): Fix commentary. diff -r 44d58cfb225c -r a2419d579802 src/xdisp.c --- a/src/xdisp.c Wed Oct 07 18:26:40 2009 +0000 +++ b/src/xdisp.c Wed Oct 07 20:07:31 2009 +0000 @@ -12301,10 +12301,11 @@ /* Set cursor position of W. PT is assumed to be displayed in ROW. - DELTA is the number of bytes by which positions recorded in ROW - differ from current buffer positions. - - Return 0 if cursor is not on this row. 1 otherwise. */ + DELTA and DELTA_BYTES are the numbers of characters and bytes by + which positions recorded in ROW differ from current buffer + positions. + + Return 0 if cursor is not on this row, 1 otherwise. */ int set_cursor_from_row (w, row, matrix, delta, delta_bytes, dy, dvpos)