From: Dave Love Date: Sat, 6 Jul 2002 16:47:15 +0000 (+0000) Subject: Comments. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~582 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7619dee9f10581b22a21a288558ee8af4ca7c997;p=emacs.git Comments. --- diff --git a/src/charset.h b/src/charset.h index 48b6b35c35e..4ab884ff264 100644 --- a/src/charset.h +++ b/src/charset.h @@ -103,9 +103,9 @@ enum charset_attr_index get the corresponding code point of this charset. */ charset_superset, - /* The value is a mapping vector or a file name that contains - mapping vector. This provide how characters in the charset - should be unified with Unicode. The value of the member + /* The value is a mapping vector or a file name that contains the + mapping. This defines how characters in the charset should be + unified with Unicode. The value of the member `charset_deunifier' is created from this information. */ charset_unify_map, @@ -114,7 +114,7 @@ enum charset_attr_index the corresponding Unicode character. */ charset_deunifier, - /* The length of charset attribute vector. */ + /* The length of the charset attribute vector. */ charset_attr_max }; @@ -137,10 +137,10 @@ enum charset_method CHARSET_METHOD_MAP. */ CHARSET_METHOD_MAP_DEFERRED, - /* A charset of this method is a subset of the other charset. */ + /* A charset of this method is a subset of another charset. */ CHARSET_METHOD_SUBSET, - /* A charset of this method is a superset of the other charsets. */ + /* A charset of this method is a superset of other charsets. */ CHARSET_METHOD_SUPERSET }; @@ -226,7 +226,7 @@ struct charset (0x10000..0x3FFFFF). Each bit corresponds to 4096-character block. - If a bit is 1, at least one character in the corresponds block is + If a bit is 1, at least one character in the corresponding block is in this charset. */ unsigned char fast_map[190];