From add0efbc33993cb94a2c8a739d5b42bdf810ee9b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 16 May 2002 16:11:41 +0000 Subject: [PATCH] Fix typos in comments. --- src/dispextern.h | 6 +++--- src/keyboard.c | 2 +- src/w32term.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/dispextern.h b/src/dispextern.h index 51b10adfc0e..9c8e15faa80 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -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; diff --git a/src/keyboard.c b/src/keyboard.c index aae29f63352..01e6e088d24 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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; diff --git a/src/w32term.c b/src/w32term.c index 50ed23327ac..907f335a9d2 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -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. -- 2.39.2