diff options
| author | Eli Zaretskii | 2009-10-07 20:07:31 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-10-07 20:07:31 +0000 |
| commit | a3b841018edf67aebec89346402a6e6ee2ccc247 (patch) | |
| tree | ea12a809c3d07578a00ed36f1059104bcc33dcc9 /src | |
| parent | b6c0fa718a4e70a10aa657cc1cfc59230dcc5092 (diff) | |
| download | emacs-a3b841018edf67aebec89346402a6e6ee2ccc247.tar.gz emacs-a3b841018edf67aebec89346402a6e6ee2ccc247.zip | |
(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) | |||
| 12301 | 12301 | ||
| 12302 | 12302 | ||
| 12303 | /* Set cursor position of W. PT is assumed to be displayed in ROW. | 12303 | /* Set cursor position of W. PT is assumed to be displayed in ROW. |
| 12304 | DELTA is the number of bytes by which positions recorded in ROW | 12304 | DELTA and DELTA_BYTES are the numbers of characters and bytes by |
| 12305 | differ from current buffer positions. | 12305 | which positions recorded in ROW differ from current buffer |
| 12306 | positions. | ||
| 12306 | 12307 | ||
| 12307 | Return 0 if cursor is not on this row. 1 otherwise. */ | 12308 | Return 0 if cursor is not on this row, 1 otherwise. */ |
| 12308 | 12309 | ||
| 12309 | int | 12310 | int |
| 12310 | set_cursor_from_row (w, row, matrix, delta, delta_bytes, dy, dvpos) | 12311 | set_cursor_from_row (w, row, matrix, delta, delta_bytes, dy, dvpos) |