From 08b4ace55d5694a246dc5ab331cf4e2a3178e14e Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 26 May 1999 07:14:06 +0000 Subject: [PATCH] (charset-info): Doc-string for DIRECTION fixed. --- 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 d472b260edc..ea08e18032b 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -130,8 +130,8 @@ BYTE (integer) is the length of multi-byte form of a character in 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 - charset when rendering. If 0, render from right to left, else - render from left to right. + charset when rendering. If 0, render from left to right, else + render from right to left. LEADING-CODE-BASE (integer) is the base leading-code for the charset. LEADING-CODE-EXT (integer) is the extended leading-code for the -- 2.39.5