From: Juanma Barranquero Date: Wed, 12 Nov 2008 15:59:06 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: emacs-pretest-23.0.90~1867 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22e33406d44d52ad31a0130579318e3e89be479d;p=emacs.git Fix typo in comment. --- diff --git a/src/composite.c b/src/composite.c index 5f04c8ae8c6..829e163b836 100644 --- a/src/composite.c +++ b/src/composite.c @@ -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 diff --git a/src/dispextern.h b/src/dispextern.h index 3ba09d4a616..ef66006cc08 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -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;