From aa8bb64501f54da6bd1a4c8cea4e13b999eda353 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 26 May 1999 08:05:50 +0000 Subject: [PATCH] (charset-info): Fix previous change. --- lisp/international/mule.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/international/mule.el b/lisp/international/mule.el index ea08e18032b..bcc4aba74c9 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -122,11 +122,11 @@ The elements of the vector are: PLIST, where CHARSET-ID (integer) is the identification number of the charset. +BYTES (integer) is the length of multi-byte form of a character in + the charset: one of 1, 2, 3, and 4. DIMENSION (integer) is the number of bytes to represent a character of the charset: 1 or 2. CHARS (integer) is the number of characters in a dimension: 94 or 96. -BYTE (integer) is the length of multi-byte form of a character in - the charset: one of 1, 2, 3, and 4. WIDTH (integer) is the number of columns a character in the charset occupies on the screen: one of 0, 1, and 2. DIRECTION (integer) is the rendering direction of characters in the -- 2.39.5