diff options
author | Eli Zaretskii <eliz@gnu.org> | 2009-10-07 20:07:31 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2009-10-07 20:07:31 +0000 |
commit | f44a946f6aeb5e63a317faee17ca254d7ba7e55a (patch) | |
tree | 42a2b9d2a7fe03c08a8dd4e00545eb389bad3b26 /src | |
parent | 6ec31bf2a742d2213bd60c93d842b8222d27e9de (diff) | |
download | emacs-f44a946f6aeb5e63a317faee17ca254d7ba7e55a.tar.gz |
(set_cursor_from_row): Fix commentary.
Diffstat (limited to 'src')
-rw-r--r-- | src/xdisp.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index c9f9862bcb1..05a5e07e6f4 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -12301,10 +12301,11 @@ redisplay_window_1 (window) /* 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. + 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. */ + Return 0 if cursor is not on this row, 1 otherwise. */ int set_cursor_from_row (w, row, matrix, delta, delta_bytes, dy, dvpos) |