1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00

Fix typos.

This commit is contained in:
Pavel Janík 2002-01-27 16:44:10 +00:00
parent 5059006023
commit baf10d8f55

View file

@ -157,7 +157,7 @@ struct x_display_info
/* 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 @@ struct x_output
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,