mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
(window_scroll): Fix typo in comment.
This commit is contained in:
parent
e6cbea31a0
commit
b4d57b9deb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user