# HG changeset patch # User Kenichi Handa # Date 980899922 0 # Node ID fbb4712321dd5009718f455f532b3e99ce5530be # Parent c23c5efa3a48d437a51df75a4d2738fbe858f8b6 (charset-info): Fix docstring. diff -r c23c5efa3a48 -r fbb4712321dd lisp/international/mule.el --- a/lisp/international/mule.el Wed Jan 31 00:11:38 2001 +0000 +++ b/lisp/international/mule.el Wed Jan 31 00:12:02 2001 +0000 @@ -138,10 +138,12 @@ 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.