diff options
| author | Stefan Kangas | 2022-05-15 11:15:06 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-05-15 11:15:06 +0200 |
| commit | 09674074b57bee74ff1039f8ef08c2dea321c0da (patch) | |
| tree | c8b866aca602a22a867a77eaab6eab1c8146db1c /src/pgtkterm.h | |
| parent | aaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff) | |
| download | emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.zip | |
; Fix typos
Diffstat (limited to 'src/pgtkterm.h')
| -rw-r--r-- | src/pgtkterm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgtkterm.h b/src/pgtkterm.h index 20c161e63b9..e31e62ae193 100644 --- a/src/pgtkterm.h +++ b/src/pgtkterm.h | |||
| @@ -96,7 +96,7 @@ struct scroll_bar | |||
| 96 | editing large files, we establish a minimum height by always | 96 | editing large files, we establish a minimum height by always |
| 97 | drawing handle bottoms VERTICAL_SCROLL_BAR_MIN_HANDLE pixels below | 97 | drawing handle bottoms VERTICAL_SCROLL_BAR_MIN_HANDLE pixels below |
| 98 | where they would be normally; the bottom and top are in a | 98 | where they would be normally; the bottom and top are in a |
| 99 | different co-ordinate system. */ | 99 | different coordinate system. */ |
| 100 | int start, end; | 100 | int start, end; |
| 101 | 101 | ||
| 102 | /* If the scroll bar handle is currently being dragged by the user, | 102 | /* If the scroll bar handle is currently being dragged by the user, |