diff options
Diffstat (limited to 'src/composite.c')
| -rw-r--r-- | src/composite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/composite.c b/src/composite.c index 632c9f90d12..b75d2b64727 100644 --- a/src/composite.c +++ b/src/composite.c | |||
| @@ -1011,7 +1011,7 @@ autocmp_chars (cft_element, charpos, bytepos, limit, win, face, string) | |||
| 1011 | 1011 | ||
| 1012 | /* Update cmp_it->stop_pos to the next position after CHARPOS (and | 1012 | /* Update cmp_it->stop_pos to the next position after CHARPOS (and |
| 1013 | BYTEPOS) where character composition may happen. If BYTEPOS is | 1013 | BYTEPOS) where character composition may happen. If BYTEPOS is |
| 1014 | negative, compoute it. If it is a static composition, set | 1014 | negative, compute it. If it is a static composition, set |
| 1015 | cmp_it->ch to -1. Otherwise, set cmp_it->ch to the character that | 1015 | cmp_it->ch to -1. Otherwise, set cmp_it->ch to the character that |
| 1016 | triggers a automatic composition. */ | 1016 | triggers a automatic composition. */ |
| 1017 | 1017 | ||