diff options
author | Erik Naggum <erik@naggum.no> | 1996-01-12 23:39:57 +0000 |
---|---|---|
committer | Erik Naggum <erik@naggum.no> | 1996-01-12 23:39:57 +0000 |
commit | b4d57b9deb0209dd133b1bd9303e0f03046c3b0a (patch) | |
tree | 456e2f2ccf38c0c3a0961d168417ef0011aedeb8 /src/window.c | |
parent | e6cbea31a05d06e5ac303d6c7d6f7f88024f82d7 (diff) | |
download | emacs-b4d57b9deb0209dd133b1bd9303e0f03046c3b0a.tar.gz |
(window_scroll): Fix typo in comment.
Diffstat (limited to 'src/window.c')
-rw-r--r-- | src/window.c | 2 |
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) 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); |