diff options
| author | Michael Albinus | 2025-07-16 08:47:23 +0200 |
|---|---|---|
| committer | Michael Albinus | 2025-07-16 08:47:23 +0200 |
| commit | e4db6aa5459e5c654c7a2bf09c39457e0ad5eff0 (patch) | |
| tree | d442b84b26e281dfd3700776c1721e9703de02a2 /src | |
| parent | 42548c25f74d4509a1d29cb419e1b2f7b4a12c10 (diff) | |
| download | emacs-e4db6aa5459e5c654c7a2bf09c39457e0ad5eff0.tar.gz emacs-e4db6aa5459e5c654c7a2bf09c39457e0ad5eff0.zip | |
; * src/xdisp.c: Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
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 | ||