]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xdisp.c: Fix typo.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 16 Jul 2025 06:47:23 +0000 (08:47 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 09:48:07 +0000 (11:48 +0200)
(cherry picked from commit e4db6aa5459e5c654c7a2bf09c39457e0ad5eff0)

src/xdisp.c

index b7a9ffb8de8b9a1b68c90344bfee1d66115700c0..be9e1d6b23ed65eff850a5c9688e09782df267aa 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 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.  */