From: Kenichi Handa Date: Tue, 23 May 2000 00:46:13 +0000 (+0000) Subject: Fix comment for find_charset_in_text. X-Git-Tag: emacs-pretest-21.0.90~3803 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f6302ac964767324d4d24797bd39edd38f2c31c2;p=emacs.git Fix comment for find_charset_in_text. --- diff --git a/src/charset.c b/src/charset.c index bf9ce66d927..1e187ed6f90 100644 --- a/src/charset.c +++ b/src/charset.c @@ -760,8 +760,9 @@ CHARSET should be defined by `defined-charset' in advance.") /* Return information about charsets in the text at PTR of NBYTES bytes, which are NCHARS characters. The value is: - 0: No multibyte characters (including 8-bit code of range 0x80..0x9F) - are found. + + 0: Each character is represented by one byte. This is alwasy + true for unibyte text. 1: No charsets other than ascii eight-bit-control, eight-bit-graphic, and latin-1 are found. 2: Otherwise.