diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-02-20 12:36:50 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-02-20 12:36:50 +0000 |
commit | 867d4bb3718f1fee9191e2c17cd810ef620d4b54 (patch) | |
tree | 802e52f3063cc18c53e8789bba89e7392db04c5d /src | |
parent | 52f8870bd7b8508449605a33840bfddc2ea98a2b (diff) | |
download | emacs-867d4bb3718f1fee9191e2c17cd810ef620d4b54.tar.gz |
Remove duplicate words.
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 89df449c281..492a3c41e75 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -218,7 +218,7 @@ the frame. (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point is within a composition. - (Fcomposition_get_gstring): Fix the the terminal case. + (Fcomposition_get_gstring): Fix the terminal case. * term.c (encode_terminal_code): Fix handling of composition. (produce_composite_glyph): For static composition, get pixel_width @@ -9095,7 +9095,7 @@ * ftfont.c (struct OpenTypeSpec): Rename members script_tag to script, langsys_tag to langsys, new member script. (OTF_TAG_STR): Terminate by '\0'. - (ftfont_get_open_type_spec): If :otf prop is is spec, Limit the + (ftfont_get_open_type_spec): If :otf prop is spec, limit the listing to the script specified in that property. Fix arg to OTF_check_features. |