aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorErik Naggum1996-01-12 23:39:57 +0000
committerErik Naggum1996-01-12 23:39:57 +0000
commitb4d57b9deb0209dd133b1bd9303e0f03046c3b0a (patch)
tree456e2f2ccf38c0c3a0961d168417ef0011aedeb8 /src
parente6cbea31a05d06e5ac303d6c7d6f7f88024f82d7 (diff)
downloademacs-b4d57b9deb0209dd133b1bd9303e0f03046c3b0a.tar.gz
emacs-b4d57b9deb0209dd133b1bd9303e0f03046c3b0a.zip
(window_scroll): Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
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)
2634 Lisp_Object bolp, nmoved; 2634 Lisp_Object bolp, nmoved;
2635 2635
2636 /* Always set force_start so that redisplay_window will run 2636 /* Always set force_start so that redisplay_window will run
2637 thw window-scroll-functions. */ 2637 the window-scroll-functions. */
2638 w->force_start = Qt; 2638 w->force_start = Qt;
2639 2639
2640 XSETFASTINT (tem, PT); 2640 XSETFASTINT (tem, PT);