Mercurial > emacs
changeset 42997:4fec5d1a39fa
Fix typos.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sun, 27 Jan 2002 16:44:10 +0000 |
parents | 0bf882baa95b |
children | 144c91651228 |
files | src/xterm.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.h Sun Jan 27 16:43:36 2002 +0000 +++ b/src/xterm.h Sun Jan 27 16:44:10 2002 +0000 @@ -157,7 +157,7 @@ /* The Visual being used for this display. */ Visual *visual; - /* THe colormap being used. */ + /* The colormap being used. */ Colormap cmap; /* Number of panes on this screen. */ @@ -618,7 +618,7 @@ enum { - /* Values used as a bit mask, BOTH == WIDTH | HEIGH */ + /* Values used as a bit mask, BOTH == WIDTH | HEIGHT. */ FULLSCREEN_NONE = 0, FULLSCREEN_WIDTH = 1, FULLSCREEN_HEIGHT = 2,