changeset 14166:672017f09b0c

(window_scroll): Fix typo in comment.
author Erik Naggum <erik@naggum.no>
date Fri, 12 Jan 1996 23:39:57 +0000
parents 65e51231924e
children 313ea10ec42c
files src/window.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.c	Fri Jan 12 21:51:46 1996 +0000
+++ b/src/window.c	Fri Jan 12 23:39:57 1996 +0000
@@ -2634,7 +2634,7 @@
   Lisp_Object bolp, nmoved;
 
   /* Always set force_start so that redisplay_window will run
-     thw window-scroll-functions.  */
+     the window-scroll-functions.  */
   w->force_start = Qt;
 
   XSETFASTINT (tem, PT);