]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos in comments.
authorEli Zaretskii <eliz@gnu.org>
Thu, 16 May 2002 16:11:41 +0000 (16:11 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 16 May 2002 16:11:41 +0000 (16:11 +0000)
src/dispextern.h
src/keyboard.c
src/w32term.c

index 51b10adfc0ec10b1ac5ea744825891d576cea3c7..9c8e15faa8047e49f03a3844aef2c546f2851c3c 100644 (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;
index aae29f6335289e985a6ece25b306a006e59614b2..01e6e088d244b9141fb47b767aadf0e4a6410dfe 100644 (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;
 
index 50ed23327acc387a1ae69e4b22c7979d829f9bb4..907f335a9d258a1b4775d9ca9d8c3635539fc09b 100644 (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.