diff options
| -rw-r--r-- | lisp/international/mule.el | 4 |
1 files 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 | |||
| 130 | WIDTH (integer) is the number of columns a character in the charset | 130 | WIDTH (integer) is the number of columns a character in the charset |
| 131 | occupies on the screen: one of 0, 1, and 2. | 131 | occupies on the screen: one of 0, 1, and 2. |
| 132 | DIRECTION (integer) is the rendering direction of characters in the | 132 | DIRECTION (integer) is the rendering direction of characters in the |
| 133 | charset when rendering. If 0, render from right to left, else | 133 | charset when rendering. If 0, render from left to right, else |
| 134 | render from left to right. | 134 | render from right to left. |
| 135 | LEADING-CODE-BASE (integer) is the base leading-code for the | 135 | LEADING-CODE-BASE (integer) is the base leading-code for the |
| 136 | charset. | 136 | charset. |
| 137 | LEADING-CODE-EXT (integer) is the extended leading-code for the | 137 | LEADING-CODE-EXT (integer) is the extended leading-code for the |