]> git.eshelyaron.com Git - emacs.git/commitdiff
(set_cursor_from_row): Fix commentary.
authorEli Zaretskii <eliz@gnu.org>
Wed, 7 Oct 2009 20:07:31 +0000 (20:07 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 7 Oct 2009 20:07:31 +0000 (20:07 +0000)
src/xdisp.c

index c9f9862bcb15529f9ef1a9cec6dd4d03523bf608..05a5e07e6f43e9a31c4877a42118f1eacc0f741c 100644 (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)