diff options
| author | Kenichi Handa | 1999-05-26 07:15:39 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-05-26 07:15:39 +0000 |
| commit | 28d0c844b2dfb518102d64825282fd7333774acf (patch) | |
| tree | 7d1480a85bb612b9d2c418e66086ae2082f5262d /src | |
| parent | 08b4ace55d5694a246dc5ab331cf4e2a3178e14e (diff) | |
| download | emacs-28d0c844b2dfb518102d64825282fd7333774acf.tar.gz emacs-28d0c844b2dfb518102d64825282fd7333774acf.zip | |
(Vcharset_table): Comment fixed.
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charset.h b/src/charset.h index 27c21631f60..0e6b329fbfc 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -281,8 +281,8 @@ extern int charset_big5_2; /* Big5 Level 2 (Chinese Traditional) */ | |||
| 281 | occupies on the screen: one of 0, 1, and 2. | 281 | occupies on the screen: one of 0, 1, and 2. |
| 282 | 282 | ||
| 283 | DIRECTION (integer) is the rendering direction of characters in the | 283 | DIRECTION (integer) is the rendering direction of characters in the |
| 284 | charset when rendering. If 0, render from right to left, else | 284 | charset when rendering. If 0, render from left to right, else |
| 285 | render from left to right. | 285 | render from right to left. |
| 286 | 286 | ||
| 287 | LEADING-CODE-BASE (integer) is the base leading-code for the | 287 | LEADING-CODE-BASE (integer) is the base leading-code for the |
| 288 | charset. | 288 | charset. |