Fix typo in comment.

This commit is contained in:
Juanma Barranquero 2008-11-12 15:59:06 +00:00
parent 62e62ea866
commit 22e33406d4
2 changed files with 2 additions and 2 deletions

View file

@ -1055,7 +1055,7 @@ composition_compute_stop_pos (cmp_it, charpos, bytepos, endpos, string)
}
/* Check if the character at CHARPOS (and BYTEPOS) is composed
(possibly with the following charaters) on window W. ENDPOS limits
(possibly with the following characters) on window W. ENDPOS limits
characters to be composed. FACE, in non-NULL, is a base face of
the character. If STRING is not nil, it is a string containing the
character to check, and CHARPOS and BYTEPOS are indices in the

View file

@ -1871,7 +1871,7 @@ struct composition_it
temporarily if searching of composition reach a limit or a
newline. */
int ch;
/* If this an automatic composition, how many charaters to look back
/* If this an automatic composition, how many characters to look back
from the position where a character triggering the composition
exists. */
int lookback;