diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-11-12 15:59:06 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-11-12 15:59:06 +0000 |
commit | d6bce19e597d860e0a5d637ea11127fff18adc80 (patch) | |
tree | b761e8665c32e8ea8ffc8631268b31ad00a8d32a /src/dispextern.h | |
parent | 0325077eb24ea868c85277e0d02f01baf6189fc3 (diff) | |
download | emacs-d6bce19e597d860e0a5d637ea11127fff18adc80.tar.gz |
Fix typo in comment.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |