diff options
| author | Kenichi Handa | 1998-07-19 05:17:35 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-07-19 05:17:35 +0000 |
| commit | 277576f6bc8beca2b7a6f8809d7b1b97163b1132 (patch) | |
| tree | 5cc76bba439bd4c4fbfea04059d64a5806e8b8b9 /src | |
| parent | 9dfb82d5ccfd228768e9cf35bb6767964b25b352 (diff) | |
| download | emacs-277576f6bc8beca2b7a6f8809d7b1b97163b1132.tar.gz emacs-277576f6bc8beca2b7a6f8809d7b1b97163b1132.zip | |
(Fdefine_charset): Fix doc-string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charset.c b/src/charset.c index 3fa9761b988..b158bf85dff 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -520,8 +520,8 @@ WIDTH (integer) is the number of columns a character in the charset\n\ | |||
| 520 | occupies on the screen: one of 0, 1, and 2.\n\ | 520 | occupies on the screen: one of 0, 1, and 2.\n\ |
| 521 | \n\ | 521 | \n\ |
| 522 | DIRECTION (integer) is the rendering direction of characters in the\n\ | 522 | DIRECTION (integer) is the rendering direction of characters in the\n\ |
| 523 | charset when rendering. If 0, render from right to left, else\n\ | 523 | charset when rendering. If 0, render from left to right, else\n\ |
| 524 | render from left to right.\n\ | 524 | render from right to left.\n\ |
| 525 | \n\ | 525 | \n\ |
| 526 | ISO-FINAL-CHAR (character) is the final character of the\n\ | 526 | ISO-FINAL-CHAR (character) is the final character of the\n\ |
| 527 | corresponding ISO 2022 charset.\n\ | 527 | corresponding ISO 2022 charset.\n\ |