diff options
| author | Juanma Barranquero | 2008-11-11 08:41:18 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-11-11 08:41:18 +0000 |
| commit | 60612c8fd34d0401463d8bac20259de82f086e7f (patch) | |
| tree | 64f59fdd3cf8d7efae10fdf5c5496732f6738076 /src | |
| parent | 53a8f9dba08ffb542597d086fa06ee03d4aedc42 (diff) | |
| download | emacs-60612c8fd34d0401463d8bac20259de82f086e7f.tar.gz emacs-60612c8fd34d0401463d8bac20259de82f086e7f.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/chartab.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 71da2e8b06f..0bbebd5f3bb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3227,7 +3227,7 @@ | |||
| 3227 | 3227 | ||
| 3228 | * ftfont.c (fc_charset_table): New member lang. | 3228 | * ftfont.c (fc_charset_table): New member lang. |
| 3229 | (ftfont_resolve_generic_family): New arg pattern. | 3229 | (ftfont_resolve_generic_family): New arg pattern. |
| 3230 | (ftfont_spec_pattern): Check fc_cahrset_table[]->lang. | 3230 | (ftfont_spec_pattern): Check fc_charset_table[]->lang. |
| 3231 | (ftfont_list): Call ftfont_resolve_generic_family with `pattern'. | 3231 | (ftfont_list): Call ftfont_resolve_generic_family with `pattern'. |
| 3232 | (ftfont_open): Fix args to ftfont_font_format. | 3232 | (ftfont_open): Fix args to ftfont_font_format. |
| 3233 | (ftfont_font_format): New arg filename. | 3233 | (ftfont_font_format): New arg filename. |
| @@ -10643,7 +10643,7 @@ | |||
| 10643 | 10643 | ||
| 10644 | * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros. | 10644 | * ccl.c (CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros. |
| 10645 | (ccl_driver): New arg CHARSET_LIST. Use the above macros instead | 10645 | (ccl_driver): New arg CHARSET_LIST. Use the above macros instead |
| 10646 | of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET. | 10646 | of DECODE_CHAR, ENCODE_CHAR, CHAR_CHARSET. |
| 10647 | (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the | 10647 | (Fccl_execute, Fccl_execute_on_string): Call ccl_driver with the |
| 10648 | last arg Qnil. | 10648 | last arg Qnil. |
| 10649 | 10649 | ||
diff --git a/src/chartab.c b/src/chartab.c index eb56fcf4194..14a726049ea 100644 --- a/src/chartab.c +++ b/src/chartab.c | |||
| @@ -981,7 +981,7 @@ map_sub_char_table_for_charset (c_function, function, table, arg, range, | |||
| 981 | 981 | ||
| 982 | 982 | ||
| 983 | /* Support function for `map-charset-chars'. Map C_FUNCTION or | 983 | /* Support function for `map-charset-chars'. Map C_FUNCTION or |
| 984 | FUNCTION over TABLE, calling it for each cahracter or a group of | 984 | FUNCTION over TABLE, calling it for each character or a group of |
| 985 | succeeding characters that have non-nil value in TABLE. TABLE is a | 985 | succeeding characters that have non-nil value in TABLE. TABLE is a |
| 986 | "mapping table" or a "deunifier table" of a certain charset. | 986 | "mapping table" or a "deunifier table" of a certain charset. |
| 987 | 987 | ||