aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.8
diff options
context:
space:
mode:
authorJuanma Barranquero2010-09-14 22:32:35 +0200
committerJuanma Barranquero2010-09-14 22:32:35 +0200
commit3b59c3511cb74d944730b8156bbfd3bd7d8aa69f (patch)
tree0dda9e9329b007cd267ad0e806a274a4f6c0ed33 /src/ChangeLog.8
parent2b5491fabb7656ed913b324612b6d9e5a55a3c23 (diff)
downloademacs-3b59c3511cb74d944730b8156bbfd3bd7d8aa69f.tar.gz
emacs-3b59c3511cb74d944730b8156bbfd3bd7d8aa69f.zip
Fix typos in comments and ChangeLogs.
Diffstat (limited to 'src/ChangeLog.8')
-rw-r--r--src/ChangeLog.86
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 @@
138691998-08-31 Kenichi Handa <handa@etl.go.jp> 138691998-08-31 Kenichi Handa <handa@etl.go.jp>
13870 13870
13871 * charset.c (unibyte_char_to_multibyte): 13871 * charset.c (unibyte_char_to_multibyte):
13872 Vnonacii_translation_table will convert a 7-bit charcater. 13872 Vnonacii_translation_table will convert a 7-bit character.
13873 (multibyte_char_to_unibyte): Handle the case that 13873 (multibyte_char_to_unibyte): Handle the case that
13874 Vnonacii_translation_table converts a multibyte charcater to a 13874 Vnonacii_translation_table converts a multibyte character to a
13875 unibyte charcter of less than 128. 13875 unibyte character of less than 128.
13876 (init_charset_once): Initialize nonascii_insert_offset and 13876 (init_charset_once): Initialize nonascii_insert_offset and
13877 Vnonacii_translation_table. 13877 Vnonacii_translation_table.
13878 13878