From: Sean Whitton Date: Tue, 15 Jul 2025 20:58:59 +0000 (+0100) Subject: ; Fix wording. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10d018360dbe75cb7dc9186dd312d7ad63941c3f;p=emacs.git ; Fix wording. (cherry picked from commit a30372f42b2066df3172bedb5702a57e4d52ddd1) --- 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. */