diff options
| author | Sean Whitton | 2025-07-15 21:58:59 +0100 |
|---|---|---|
| committer | Sean Whitton | 2025-07-15 21:58:59 +0100 |
| commit | a30372f42b2066df3172bedb5702a57e4d52ddd1 (patch) | |
| tree | d5c4b02e8bf7846375e5749b1824d6aa17111222 /src | |
| parent | 6ee0093b21957e05bd20efed9323e9ee268d2415 (diff) | |
| download | emacs-a30372f42b2066df3172bedb5702a57e4d52ddd1.tar.gz emacs-a30372f42b2066df3172bedb5702a57e4d52ddd1.zip | |
; Fix wording.
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 909a9db1031..587750ddc52 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 dect this case, we keep a counter that identifies every call to the | 3062 | To dectect 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 | ||