aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-01-27 16:44:10 +0000
committerPavel Janík2002-01-27 16:44:10 +0000
commitbaf10d8f55df000f695eea9da951d682f86ce197 (patch)
tree1a1dcd225cee81b53f471e892db9e30a2f53a2a1
parent50590060233f6c42f44d123d382f45da33b97580 (diff)
downloademacs-baf10d8f55df000f695eea9da951d682f86ce197.tar.gz
emacs-baf10d8f55df000f695eea9da951d682f86ce197.zip
Fix typos.
-rw-r--r--src/xterm.h4
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
619enum 619enum
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,