aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Albinus2025-07-16 08:47:23 +0200
committerMichael Albinus2025-07-16 08:47:23 +0200
commite4db6aa5459e5c654c7a2bf09c39457e0ad5eff0 (patch)
treed442b84b26e281dfd3700776c1721e9703de02a2 /src
parent42548c25f74d4509a1d29cb419e1b2f7b4a12c10 (diff)
downloademacs-e4db6aa5459e5c654c7a2bf09c39457e0ad5eff0.tar.gz
emacs-e4db6aa5459e5c654c7a2bf09c39457e0ad5eff0.zip
; * src/xdisp.c: Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 587750ddc52..2691296b282 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -3059,7 +3059,7 @@ hscrolling_current_line_p (struct window *w)
3059 We try to make this inner redisplay work correctly, but it messes up 3059 We try to make this inner redisplay work correctly, but it messes up
3060 the state of the outer redisplay, so when we return to this outer 3060 the state of the outer redisplay, so when we return to this outer
3061 redisplay, we need to abort it. 3061 redisplay, we need to abort it.
3062 To dectect this case, we keep a counter that identifies every call to 3062 To detect this case, we keep a counter that identifies every call to
3063 redisplay, so we can detect when a nested redisplay happened by the 3063 redisplay, so we can detect when a nested redisplay happened by the
3064 fact that the counter has changed. */ 3064 fact that the counter has changed. */
3065 3065