From: Eli Zaretskii Date: Wed, 7 Oct 2009 20:07:31 +0000 (+0000) Subject: (set_cursor_from_row): Fix commentary. X-Git-Tag: emacs-pretest-23.1.90~879 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3b841018edf67aebec89346402a6e6ee2ccc247;p=emacs.git (set_cursor_from_row): Fix commentary. --- 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)