]> code.delx.au - gnu-emacs/commitdiff
(charset-info): Fix docstring.
authorKenichi Handa <handa@m17n.org>
Wed, 31 Jan 2001 00:12:02 +0000 (00:12 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 31 Jan 2001 00:12:02 +0000 (00:12 +0000)
lisp/international/mule.el

index 01c1b744e69b44ca73ca59f1d338945fbda8ea0d..c3e8b0c9aa3f4342a2436dab8aeceb098df6cd16 100644 (file)
@@ -138,10 +138,12 @@ LEADING-CODE-BASE (integer) is the base leading-code for the
 LEADING-CODE-EXT (integer) is the extended leading-code for the
   charset.  All charsets of less than 0xA0 has the value 0.
 ISO-FINAL-CHAR (character) is the final character of the
-  corresponding ISO 2022 charset.
+  corresponding ISO 2022 charset.  If the charset is not assigned
+  any final character, the value is -1.
 ISO-GRAPHIC-PLANE (integer) is the graphic plane to be invoked
   while encoding to variants of ISO 2022 coding system, one of the
   following: 0/graphic-plane-left(GL), 1/graphic-plane-right(GR).
+  If the charset is not assigned any final character, the value is -1.
 REVERSE-CHARSET (integer) is the charset which differs only in
   LEFT-TO-RIGHT value from the charset.  If there's no such a
   charset, the value is -1.