# HG changeset patch # User Erik Naggum # Date 821489997 0 # Node ID 672017f09b0cc51aa8f65d7f3714afcb92506a28 # Parent 65e51231924e55797e096b4290100e224d141ad7 (window_scroll): Fix typo in comment. diff -r 65e51231924e -r 672017f09b0c src/window.c --- 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);