Mercurial > emacs
changeset 99513:ac5b273ec7ef
Fix typo in comment.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 12 Nov 2008 15:59:06 +0000 |
parents | 0ba1e475119f |
children | f726e2602732 |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Wed Nov 12 15:58:37 2008 +0000 +++ b/src/dispextern.h Wed Nov 12 15:59:06 2008 +0000 @@ -1871,7 +1871,7 @@ 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;