comparison src/composite.c @ 99512:0ba1e475119f

Fix typo in comment.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 12 Nov 2008 15:58:37 +0000
parents ef372a9c4197
children e038c1a8307c
comparison
equal deleted inserted replaced
99511:c4253d0af9b0 99512:0ba1e475119f
1053 } 1053 }
1054 cmp_it->stop_pos = charpos; 1054 cmp_it->stop_pos = charpos;
1055 } 1055 }
1056 1056
1057 /* Check if the character at CHARPOS (and BYTEPOS) is composed 1057 /* Check if the character at CHARPOS (and BYTEPOS) is composed
1058 (possibly with the following charaters) on window W. ENDPOS limits 1058 (possibly with the following characters) on window W. ENDPOS limits
1059 characters to be composed. FACE, in non-NULL, is a base face of 1059 characters to be composed. FACE, in non-NULL, is a base face of
1060 the character. If STRING is not nil, it is a string containing the 1060 the character. If STRING is not nil, it is a string containing the
1061 character to check, and CHARPOS and BYTEPOS are indices in the 1061 character to check, and CHARPOS and BYTEPOS are indices in the
1062 string. In that case, FACE must not be NULL. 1062 string. In that case, FACE must not be NULL.
1063 1063