From: Kenichi Handa Date: Tue, 7 Jul 2009 12:44:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.96~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90ab959d752256c257e6cd175d10ebf64ae59e0d;p=emacs.git *** empty log message *** --- diff --git a/src/character.h b/src/character.h index def2a96ff1f..12deb88beef 100644 --- a/src/character.h +++ b/src/character.h @@ -88,7 +88,7 @@ extern int unibyte_to_multibyte_table[256]; ((c) < 256 ? unibyte_to_multibyte_table[(c)] : (c)) /* Decoding table for 8-bit byte codes of the charset charset_unibyte. - Nth element is for the code (N-0x80). */ + Nth element is for the code (N+0x80). */ extern int charset_unibyte_decoder[128]; /* Return a character correspoinding to the code BYTE of