diff options
| author | Pavel Janík | 2002-02-28 16:16:52 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-02-28 16:16:52 +0000 |
| commit | f7ccf929eb7392238f0b5b0db65bc02057868a0b (patch) | |
| tree | 3ee8f427aa673608043dd3e852e5ab65303b8bcf /src | |
| parent | 140d71ba786e78314d67233916743f05ab712449 (diff) | |
| download | emacs-f7ccf929eb7392238f0b5b0db65bc02057868a0b.tar.gz emacs-f7ccf929eb7392238f0b5b0db65bc02057868a0b.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c index 7cb9e0f435c..82f98d9b7e4 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -8992,7 +8992,7 @@ x_set_toolkit_scroll_bar_thumb (bar, portion, position, whole) | |||
| 8992 | 8992 | ||
| 8993 | /* Create a scroll bar and return the scroll bar vector for it. W is | 8993 | /* Create a scroll bar and return the scroll bar vector for it. W is |
| 8994 | the Emacs window on which to create the scroll bar. TOP, LEFT, | 8994 | the Emacs window on which to create the scroll bar. TOP, LEFT, |
| 8995 | WIDTH and HEIGHT are.the pixel coordinates and dimensions of the | 8995 | WIDTH and HEIGHT are the pixel coordinates and dimensions of the |
| 8996 | scroll bar. */ | 8996 | scroll bar. */ |
| 8997 | 8997 | ||
| 8998 | static struct scroll_bar * | 8998 | static struct scroll_bar * |
| @@ -9334,7 +9334,7 @@ XTset_vertical_scroll_bar (w, portion, whole, position) | |||
| 9334 | } | 9334 | } |
| 9335 | 9335 | ||
| 9336 | /* Clear areas not covered by the scroll bar because it's not as | 9336 | /* Clear areas not covered by the scroll bar because it's not as |
| 9337 | wide as the area reserved for it . This makes sure a | 9337 | wide as the area reserved for it. This makes sure a |
| 9338 | previous mode line display is cleared after C-x 2 C-x 1, for | 9338 | previous mode line display is cleared after C-x 2 C-x 1, for |
| 9339 | example. */ | 9339 | example. */ |
| 9340 | { | 9340 | { |