diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-09-14 22:32:35 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-09-14 22:32:35 +0200 |
commit | 3b59c3511cb74d944730b8156bbfd3bd7d8aa69f (patch) | |
tree | 0dda9e9329b007cd267ad0e806a274a4f6c0ed33 /src/ChangeLog.8 | |
parent | 2b5491fabb7656ed913b324612b6d9e5a55a3c23 (diff) | |
download | emacs-3b59c3511cb74d944730b8156bbfd3bd7d8aa69f.tar.gz |
Fix typos in comments and ChangeLogs.
Diffstat (limited to 'src/ChangeLog.8')
-rw-r--r-- | src/ChangeLog.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index 4dd3d0dd071..4dac2b262b7 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 @@ -13869,10 +13869,10 @@ 1998-08-31 Kenichi Handa <handa@etl.go.jp> * charset.c (unibyte_char_to_multibyte): - Vnonacii_translation_table will convert a 7-bit charcater. + Vnonacii_translation_table will convert a 7-bit character. (multibyte_char_to_unibyte): Handle the case that - Vnonacii_translation_table converts a multibyte charcater to a - unibyte charcter of less than 128. + Vnonacii_translation_table converts a multibyte character to a + unibyte character of less than 128. (init_charset_once): Initialize nonascii_insert_offset and Vnonacii_translation_table. |