From: Michael Albinus Date: Wed, 16 Jul 2025 06:47:23 +0000 (+0200) Subject: ; * src/xdisp.c: Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=257deffd6289dfd9d2dafa2e14e59de7e9e3e76a;p=emacs.git ; * src/xdisp.c: Fix typo. (cherry picked from commit e4db6aa5459e5c654c7a2bf09c39457e0ad5eff0) --- diff --git a/src/xdisp.c b/src/xdisp.c index b7a9ffb8de8..be9e1d6b23e 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -3059,7 +3059,7 @@ hscrolling_current_line_p (struct window *w) We try to make this inner redisplay work correctly, but it messes up the state of the outer redisplay, so when we return to this outer redisplay, we need to abort it. - To dectect this case, we keep a counter that identifies every call to + To detect this case, we keep a counter that identifies every call to redisplay, so we can detect when a nested redisplay happened by the fact that the counter has changed. */