From 257deffd6289dfd9d2dafa2e14e59de7e9e3e76a Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 16 Jul 2025 08:47:23 +0200 Subject: [PATCH] ; * src/xdisp.c: Fix typo. (cherry picked from commit e4db6aa5459e5c654c7a2bf09c39457e0ad5eff0) --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.5