From: Kenichi Handa Date: Wed, 28 Jan 2004 11:03:31 +0000 (+0000) Subject: (decode_coding_sjis): Fix comment. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1569 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6876370476a2e4f760b784dbf7872423f739be8;p=emacs.git (decode_coding_sjis): Fix comment. --- diff --git a/src/coding.c b/src/coding.c index 06e5f83742e..eadc55adf6a 100644 --- a/src/coding.c +++ b/src/coding.c @@ -4048,7 +4048,7 @@ decode_coding_sjis (coding) } else if (c <= 0xFC && charset_kanji2) { - /* SJIS -> JISX0212 */ + /* SJIS -> JISX0213-2 */ ONE_MORE_BYTE (c1); if (c1 < 0x40 || c1 == 0x7F || c1 > 0xFC) goto invalid_code;