From 10d018360dbe75cb7dc9186dd312d7ad63941c3f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 15 Jul 2025 21:58:59 +0100 Subject: [PATCH] ; Fix wording. (cherry picked from commit a30372f42b2066df3172bedb5702a57e4d52ddd1) --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index bb25cb88fa3..b7a9ffb8de8 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 dect this case, we keep a counter that identifies every call to the + To dectect 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