1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00

(set_cursor_from_row): Fix commentary.

This commit is contained in:
Eli Zaretskii 2009-10-07 20:07:31 +00:00
parent b6c0fa718a
commit a3b841018e

View File

@ -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)