]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Tue, 7 Jul 2009 12:44:10 +0000 (12:44 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 7 Jul 2009 12:44:10 +0000 (12:44 +0000)
src/character.h

index def2a96ff1fbbd6e65d78643f815cc0bb03ad1bf..12deb88beef771ad0f45da178d2bb2bea341835b 100644 (file)
@@ -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