From: Erik Naggum Date: Fri, 12 Jan 1996 23:39:57 +0000 (+0000) Subject: (window_scroll): Fix typo in comment. X-Git-Tag: emacs-19.34~1694 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b4d57b9deb0209dd133b1bd9303e0f03046c3b0a;p=emacs.git (window_scroll): Fix typo in comment. --- diff --git a/src/window.c b/src/window.c index c3ed9928461..689bf0dcb7c 100644 --- a/src/window.c +++ b/src/window.c @@ -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);