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:
parent
5059006023
commit
baf10d8f55
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue