Fix typos in comments.

This commit is contained in:
Eli Zaretskii 2002-05-16 16:11:41 +00:00
parent 410cadd48c
commit add0efbc33
3 changed files with 6 additions and 6 deletions

View file

@ -1296,12 +1296,12 @@ struct face
unsigned background_defaulted_p : 1;
/* 1 means that either no color is specified for underlining or that
the the specified color couldn't be loaded. Use the foreground
color when drawing in that case. */
specified color couldn't be loaded. Use the foreground color
when drawing in that case. */
unsigned underline_defaulted_p : 1;
/* 1 means that either no color is specified for the corresponding
attribute or that the the specified color couldn't be loaded.
attribute or that the specified color couldn't be loaded.
Use the foreground color when drawing in that case. */
unsigned overline_color_defaulted_p : 1;
unsigned strike_through_color_defaulted_p : 1;

View file

@ -512,7 +512,7 @@ static Lisp_Object kbd_buffer_gcpro;
/* Pointer to next available character in kbd_buffer.
If kbd_fetch_ptr == kbd_store_ptr, the buffer is empty.
This may be kbd_buffer + KBD_BUFFER_SIZE, meaning that the the
This may be kbd_buffer + KBD_BUFFER_SIZE, meaning that the
next available char is in kbd_buffer[0]. */
static struct input_event *kbd_fetch_ptr;

View file

@ -1858,7 +1858,7 @@ x_append_stretch_glyph (it, object, width, height, ascent)
4. `:height HEIGHT' specifies that the height of the stretch produced
should be HEIGHT, measured in canonical character units.
5. `:relative-height FACTOR' specifies that the height of the the
5. `:relative-height FACTOR' specifies that the height of the
stretch should be FACTOR times the height of the characters having
the glyph property.
@ -7273,7 +7273,7 @@ fast_find_position (w, pos, hpos, vpos, x, y, stop)
}
/* Find the position of the the glyph for position POS in OBJECT in
/* Find the position of the glyph for position POS in OBJECT in
window W's current matrix, and return in *X/*Y the pixel
coordinates, and return in *HPOS/*VPOS the column/row of the glyph.