diff options
author | Karl Heuer <kwzh@gnu.org> | 1998-06-20 22:06:30 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1998-06-20 22:06:30 +0000 |
commit | 94487c4e376640bab3281d19b19bbca531ab78ec (patch) | |
tree | e3a7036be3c5cffb73bd92d9f1fefaeadb4fd81a /src/charset.h | |
parent | 799fdb040b4d006cfefd0a4d288f4dc89c436447 (diff) | |
download | emacs-94487c4e376640bab3281d19b19bbca531ab78ec.tar.gz |
Doc fixes.
Diffstat (limited to 'src/charset.h')
-rw-r--r-- | src/charset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charset.h b/src/charset.h index 17331f2495b..a3989d9623b 100644 --- a/src/charset.h +++ b/src/charset.h @@ -155,7 +155,7 @@ extern int charset_big5_2; /* Big5 Level 2 (Chinese Traditional) */ Emacs has two kinds of representation of a character: multi-byte form (for buffer and string) and single-word form (for character object in Emacs Lisp). The latter is called "character code" here - after. Both representation encode the information of charset and + after. Both representations encode the information of charset and POSITION-CODE but in a different way (for instance, MSB of POSITION-CODE is set in multi-byte form). @@ -197,7 +197,7 @@ extern int charset_big5_2; /* Big5 Level 2 (Chinese Traditional) */ /*** GENERAL NOTE on COMPOSITE CHARACTER *** A composite character is a character composed from several (up to - 16) non-composite characters (components). Although each components + 16) non-composite characters (components). Although each component can belong to any charset, a composite character itself belongs to the charset `charset-composition' and is assigned a special leading-code `LEADING_CODE_COMPOSITION' for multi-byte form. See |