Mercurial > emacs
changeset 105518:a2419d579802
(set_cursor_from_row): Fix commentary.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 07 Oct 2009 20:07:31 +0000 |
parents | 44d58cfb225c |
children | ea98608909b8 |
files | src/xdisp.c |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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)