diff options
| author | Pavel Janík | 2002-01-27 16:44:10 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-01-27 16:44:10 +0000 |
| commit | baf10d8f55df000f695eea9da951d682f86ce197 (patch) | |
| tree | 1a1dcd225cee81b53f471e892db9e30a2f53a2a1 | |
| parent | 50590060233f6c42f44d123d382f45da33b97580 (diff) | |
| download | emacs-baf10d8f55df000f695eea9da951d682f86ce197.tar.gz emacs-baf10d8f55df000f695eea9da951d682f86ce197.zip | |
Fix typos.
| -rw-r--r-- | src/xterm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xterm.h b/src/xterm.h index df01a88d169..abf7a824ee8 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -157,7 +157,7 @@ struct x_display_info | |||
| 157 | /* The Visual being used for this display. */ | 157 | /* The Visual being used for this display. */ |
| 158 | Visual *visual; | 158 | Visual *visual; |
| 159 | 159 | ||
| 160 | /* THe colormap being used. */ | 160 | /* The colormap being used. */ |
| 161 | Colormap cmap; | 161 | Colormap cmap; |
| 162 | 162 | ||
| 163 | /* Number of panes on this screen. */ | 163 | /* Number of panes on this screen. */ |
| @@ -618,7 +618,7 @@ struct x_output | |||
| 618 | 618 | ||
| 619 | enum | 619 | enum |
| 620 | { | 620 | { |
| 621 | /* Values used as a bit mask, BOTH == WIDTH | HEIGH */ | 621 | /* Values used as a bit mask, BOTH == WIDTH | HEIGHT. */ |
| 622 | FULLSCREEN_NONE = 0, | 622 | FULLSCREEN_NONE = 0, |
| 623 | FULLSCREEN_WIDTH = 1, | 623 | FULLSCREEN_WIDTH = 1, |
| 624 | FULLSCREEN_HEIGHT = 2, | 624 | FULLSCREEN_HEIGHT = 2, |