1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00

Fix previous change (typo).

This commit is contained in:
Kenichi Handa 2000-05-23 00:47:54 +00:00
parent f6302ac964
commit cfe34140af

View file

@ -761,7 +761,7 @@ CHARSET should be defined by `defined-charset' in advance.")
/* Return information about charsets in the text at PTR of NBYTES
bytes, which are NCHARS characters. The value is:
0: Each character is represented by one byte. This is alwasy
0: Each character is represented by one byte. This is always
true for unibyte text.
1: No charsets other than ascii eight-bit-control,
eight-bit-graphic, and latin-1 are found.