aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/mule.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 01c1b744e69..c3e8b0c9aa3 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -138,10 +138,12 @@ LEADING-CODE-BASE (integer) is the base leading-code for the
138LEADING-CODE-EXT (integer) is the extended leading-code for the 138LEADING-CODE-EXT (integer) is the extended leading-code for the
139 charset. All charsets of less than 0xA0 has the value 0. 139 charset. All charsets of less than 0xA0 has the value 0.
140ISO-FINAL-CHAR (character) is the final character of the 140ISO-FINAL-CHAR (character) is the final character of the
141 corresponding ISO 2022 charset. 141 corresponding ISO 2022 charset. If the charset is not assigned
142 any final character, the value is -1.
142ISO-GRAPHIC-PLANE (integer) is the graphic plane to be invoked 143ISO-GRAPHIC-PLANE (integer) is the graphic plane to be invoked
143 while encoding to variants of ISO 2022 coding system, one of the 144 while encoding to variants of ISO 2022 coding system, one of the
144 following: 0/graphic-plane-left(GL), 1/graphic-plane-right(GR). 145 following: 0/graphic-plane-left(GL), 1/graphic-plane-right(GR).
146 If the charset is not assigned any final character, the value is -1.
145REVERSE-CHARSET (integer) is the charset which differs only in 147REVERSE-CHARSET (integer) is the charset which differs only in
146 LEFT-TO-RIGHT value from the charset. If there's no such a 148 LEFT-TO-RIGHT value from the charset. If there's no such a
147 charset, the value is -1. 149 charset, the value is -1.