diff options
| author | Pavel Janík | 2002-01-12 16:01:51 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-01-12 16:01:51 +0000 |
| commit | 269b7745a3f5c28507bc77f8b1005c63148029ec (patch) | |
| tree | 7ffa25283e8c008f106282f02ad73b2a2c3ef9ea /src | |
| parent | 8c1cc9e8a6a7106c2aae52ec5d95034e7c946981 (diff) | |
| download | emacs-269b7745a3f5c28507bc77f8b1005c63148029ec.tar.gz emacs-269b7745a3f5c28507bc77f8b1005c63148029ec.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.c | 4 | ||||
| -rw-r--r-- | src/xterm.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/w32term.c b/src/w32term.c index edb4263a0ff..a906c96f7f9 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -1815,7 +1815,7 @@ x_append_stretch_glyph (it, object, width, height, ascent) | |||
| 1815 | 4. `:height HEIGHT' specifies that the height of the stretch produced | 1815 | 4. `:height HEIGHT' specifies that the height of the stretch produced |
| 1816 | should be HEIGHT, measured in canonical character units. | 1816 | should be HEIGHT, measured in canonical character units. |
| 1817 | 1817 | ||
| 1818 | 5. `:relative-height FACTOR' specifies that the height of the the | 1818 | 5. `:relative-height FACTOR' specifies that the height of the |
| 1819 | stretch should be FACTOR times the height of the characters having | 1819 | stretch should be FACTOR times the height of the characters having |
| 1820 | the glyph property. | 1820 | the glyph property. |
| 1821 | 1821 | ||
| @@ -7285,7 +7285,7 @@ fast_find_position (w, pos, hpos, vpos, x, y, stop) | |||
| 7285 | #endif /* not 0 */ | 7285 | #endif /* not 0 */ |
| 7286 | 7286 | ||
| 7287 | 7287 | ||
| 7288 | /* Find the position of the the glyph for position POS in OBJECT in | 7288 | /* Find the position of the glyph for position POS in OBJECT in |
| 7289 | window W's current matrix, and return in *X/*Y the pixel | 7289 | window W's current matrix, and return in *X/*Y the pixel |
| 7290 | coordinates, and return in *HPOS/*VPOS the column/row of the glyph. | 7290 | coordinates, and return in *HPOS/*VPOS the column/row of the glyph. |
| 7291 | 7291 | ||
diff --git a/src/xterm.c b/src/xterm.c index f7a65943780..1ab3bf3292e 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -1608,7 +1608,7 @@ x_append_stretch_glyph (it, object, width, height, ascent) | |||
| 1608 | 4. `:height HEIGHT' specifies that the height of the stretch produced | 1608 | 4. `:height HEIGHT' specifies that the height of the stretch produced |
| 1609 | should be HEIGHT, measured in canonical character units. | 1609 | should be HEIGHT, measured in canonical character units. |
| 1610 | 1610 | ||
| 1611 | 5. `:relative-height FACTOR' specifies that the height of the the | 1611 | 5. `:relative-height FACTOR' specifies that the height of the |
| 1612 | stretch should be FACTOR times the height of the characters having | 1612 | stretch should be FACTOR times the height of the characters having |
| 1613 | the glyph property. | 1613 | the glyph property. |
| 1614 | 1614 | ||
| @@ -7654,7 +7654,7 @@ fast_find_position (w, pos, hpos, vpos, x, y, stop) | |||
| 7654 | #endif /* not 0 */ | 7654 | #endif /* not 0 */ |
| 7655 | 7655 | ||
| 7656 | 7656 | ||
| 7657 | /* Find the position of the the glyph for position POS in OBJECT in | 7657 | /* Find the position of the glyph for position POS in OBJECT in |
| 7658 | window W's current matrix, and return in *X/*Y the pixel | 7658 | window W's current matrix, and return in *X/*Y the pixel |
| 7659 | coordinates, and return in *HPOS/*VPOS the column/row of the glyph. | 7659 | coordinates, and return in *HPOS/*VPOS the column/row of the glyph. |
| 7660 | 7660 | ||