Mercurial > emacs
diff src/window.c @ 14166:672017f09b0c
(window_scroll): Fix typo in comment.
| author | Erik Naggum <erik@naggum.no> |
|---|---|
| date | Fri, 12 Jan 1996 23:39:57 +0000 |
| parents | 0d67df27dc2a |
| children | ace33b55f549 |
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);
