diff options
| author | Kenichi Handa | 2000-05-23 00:47:54 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-05-23 00:47:54 +0000 |
| commit | cfe34140af771365ea01b17030ef1a9b234cbb87 (patch) | |
| tree | e4f8d7826d375ea2bddb28e7bed4f2383d40a4fd /src | |
| parent | f6302ac964767324d4d24797bd39edd38f2c31c2 (diff) | |
| download | emacs-cfe34140af771365ea01b17030ef1a9b234cbb87.tar.gz emacs-cfe34140af771365ea01b17030ef1a9b234cbb87.zip | |
Fix previous change (typo).
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charset.c b/src/charset.c index 1e187ed6f90..a6b2c8d8121 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -761,7 +761,7 @@ CHARSET should be defined by `defined-charset' in advance.") | |||
| 761 | /* Return information about charsets in the text at PTR of NBYTES | 761 | /* Return information about charsets in the text at PTR of NBYTES |
| 762 | bytes, which are NCHARS characters. The value is: | 762 | bytes, which are NCHARS characters. The value is: |
| 763 | 763 | ||
| 764 | 0: Each character is represented by one byte. This is alwasy | 764 | 0: Each character is represented by one byte. This is always |
| 765 | true for unibyte text. | 765 | true for unibyte text. |
| 766 | 1: No charsets other than ascii eight-bit-control, | 766 | 1: No charsets other than ascii eight-bit-control, |
| 767 | eight-bit-graphic, and latin-1 are found. | 767 | eight-bit-graphic, and latin-1 are found. |