comparison src/xterm.c @ 42675:640c0fcaebf1

Fix typos.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 12 Jan 2002 16:01:51 +0000
parents 0f408d016a15
children 21f5612addbb
comparison
equal deleted inserted replaced
42674:19880a4faa73 42675:640c0fcaebf1
1606 Exactly one of the above pairs must be present. 1606 Exactly one of the above pairs must be present.
1607 1607
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
1615 Either none or exactly one of 4 or 5 must be present. 1615 Either none or exactly one of 4 or 5 must be present.
1616 1616
7652 } 7652 }
7653 7653
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
7661 RIGHT_P non-zero means return the position of the right edge of the 7661 RIGHT_P non-zero means return the position of the right edge of the
7662 glyph, RIGHT_P zero means return the left edge position. 7662 glyph, RIGHT_P zero means return the left edge position.