]> git.eshelyaron.com Git - emacs.git/commitdiff
(window_scroll): Fix typo in comment.
authorErik Naggum <erik@naggum.no>
Fri, 12 Jan 1996 23:39:57 +0000 (23:39 +0000)
committerErik Naggum <erik@naggum.no>
Fri, 12 Jan 1996 23:39:57 +0000 (23:39 +0000)
src/window.c

index c3ed992846134eec1d365a1ab8ee4d53670bcc89..689bf0dcb7c8aea99ce1d88d8f2435a41d091555 100644 (file)
@@ -2634,7 +2634,7 @@ window_scroll (window, n, noerror)
   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);