Mercurial > emacs
diff src/coding.c @ 46150:5d6d01bbbe87
Fix typo.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Wed, 03 Jul 2002 09:49:28 +0000 |
| parents | e513f55424f6 |
| children | 1fb8f75062c6 |
line wrap: on
line diff
--- a/src/coding.c Wed Jul 03 09:17:47 2002 +0000 +++ b/src/coding.c Wed Jul 03 09:49:28 2002 +0000 @@ -2685,7 +2685,7 @@ /* Macros to decode or encode a character of Big5 in BIG5. B1 and B2 are the 1st and 2nd position-codes of Big5 in BIG5 coding system. - C1 and C2 are the 1st and 2nd position-codes of of Emacs' internal + C1 and C2 are the 1st and 2nd position-codes of Emacs' internal format. CHARSET is `charset_big5_1' or `charset_big5_2'. */ /* Number of Big5 characters which have the same code in 1st byte. */
