diff options
| author | Paul Eggert | 2017-10-09 22:53:19 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-10-09 22:55:06 -0700 |
| commit | 5d51403ceb9b86a1bfa66f00c7af39f1200e65f1 (patch) | |
| tree | 66e10eb5d1a72390812ac8e71f4dc1dc2c7d6ba3 /src/scroll.c | |
| parent | 0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4 (diff) | |
| download | emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.tar.gz emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.zip | |
; Typo fixes, mostly repeated words
Diffstat (limited to 'src/scroll.c')
| -rw-r--r-- | src/scroll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scroll.c b/src/scroll.c index 7004dcd9aea..c6e0cfd7e21 100644 --- a/src/scroll.c +++ b/src/scroll.c | |||
| @@ -457,7 +457,7 @@ calculate_direct_scrolling (struct frame *frame, | |||
| 457 | if (baud_rate <= 0) | 457 | if (baud_rate <= 0) |
| 458 | extra_cost = 1; | 458 | extra_cost = 1; |
| 459 | 459 | ||
| 460 | /* Overhead of setting the scroll window, plus the extra cost | 460 | /* Overhead of setting the scroll window, plus the extra |
| 461 | cost of scrolling by a distance of one. The extra cost is | 461 | cost of scrolling by a distance of one. The extra cost is |
| 462 | added once for consistency with the cost vectors */ | 462 | added once for consistency with the cost vectors */ |
| 463 | scroll_overhead | 463 | scroll_overhead |