Mercurial > emacs
changeset 108105:70c3e33eb613
composite.c (composition_compute_stop_pos): Fix a typo in the commentary.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 24 Apr 2010 16:24:25 +0300 |
parents | 17710e3a17df |
children | 823c35a2846d |
files | src/composite.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/composite.c Sat Apr 24 14:33:31 2010 +0200 +++ b/src/composite.c Sat Apr 24 16:24:25 2010 +0300 @@ -1011,7 +1011,7 @@ /* Update cmp_it->stop_pos to the next position after CHARPOS (and BYTEPOS) where character composition may happen. If BYTEPOS is - negative, compoute it. If it is a static composition, set + negative, compute it. If it is a static composition, set cmp_it->ch to -1. Otherwise, set cmp_it->ch to the character that triggers a automatic composition. */