]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix wording.
authorSean Whitton <spwhitton@spwhitton.name>
Tue, 15 Jul 2025 20:58:59 +0000 (21:58 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 09:48:01 +0000 (11:48 +0200)
(cherry picked from commit a30372f42b2066df3172bedb5702a57e4d52ddd1)

src/xdisp.c

index bb25cb88fa3146fa8f3b6e74658f0432c665e7bb..b7a9ffb8de8b9a1b68c90344bfee1d66115700c0 100644 (file)
@@ -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.  */