]> code.delx.au - gnu-emacs/blobdiff - src/dispnew.c
auto upstream
[gnu-emacs] / src / dispnew.c
index 89ee09a84323a3004616fd05b1462e7bfed39b13..27a5d2ae11342c626ace1573f4827bb4c9dfdbcb 100644 (file)
@@ -4022,7 +4022,7 @@ set_window_cursor_after_update (struct window *w)
     }
 
   /* Window cursor can be out of sync for horizontally split windows.
-     Horisontal position is -1 when cursor is on the left fringe.   */
+     Horizontal position is -1 when cursor is on the left fringe.   */
   hpos = clip_to_bounds (-1, hpos, w->current_matrix->matrix_w - 1);
   vpos = clip_to_bounds (0, vpos, w->current_matrix->nrows - 1);
   rif->cursor_to (vpos, hpos, cy, cx);