mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-21 03:52:16 -08:00
(set_cursor_from_row): Fix commentary.
This commit is contained in:
parent
b6c0fa718a
commit
a3b841018e
1 changed files with 4 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue