aboutsummaryrefslogtreecommitdiffstats
path: root/src/composite.c
diff options
context:
space:
mode:
authorEli Zaretskii2010-04-24 16:24:25 +0300
committerEli Zaretskii2010-04-24 16:24:25 +0300
commit3216c819cf84cfbb81ec866832fab5c856437f05 (patch)
treedf29263f7be01673eb18e1ae0ce7b9d73db1170a /src/composite.c
parent58ccf24384c14146d63cb6060c17f1a0e2131b6c (diff)
downloademacs-3216c819cf84cfbb81ec866832fab5c856437f05.tar.gz
emacs-3216c819cf84cfbb81ec866832fab5c856437f05.zip
composite.c (composition_compute_stop_pos): Fix a typo in the commentary.
Diffstat (limited to 'src/composite.c')
-rw-r--r--src/composite.c2
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