diff options
| author | Kenichi Handa | 2008-07-04 02:20:08 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-07-04 02:20:08 +0000 |
| commit | f27f70ecd301c51667ec2acbed9f9729a26f520a (patch) | |
| tree | f54b240c0d5e495ef4d817b9a8eabfdd11a2c8d7 /src/character.c | |
| parent | f8b4aa4101717e1c0575fab47fc202635798e70e (diff) | |
| download | emacs-f27f70ecd301c51667ec2acbed9f9729a26f520a.tar.gz emacs-f27f70ecd301c51667ec2acbed9f9729a26f520a.zip | |
(str_to_unibyte): Modify the comment.
Diffstat (limited to 'src/character.c')
| -rw-r--r-- | src/character.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/character.c b/src/character.c index 387b15a6680..ede99cf7776 100644 --- a/src/character.c +++ b/src/character.c | |||
| @@ -840,7 +840,8 @@ str_as_unibyte (str, bytes) | |||
| 840 | Usually, the value is the same as CHARS, but is less than it if SRC | 840 | Usually, the value is the same as CHARS, but is less than it if SRC |
| 841 | contains a non-ASCII, non-eight-bit characater. If ACCEPT_LATIN_1 | 841 | contains a non-ASCII, non-eight-bit characater. If ACCEPT_LATIN_1 |
| 842 | is nonzero, a Latin-1 character is accepted and converted to a byte | 842 | is nonzero, a Latin-1 character is accepted and converted to a byte |
| 843 | of that character code. */ | 843 | of that character code. |
| 844 | Note: Currently the arg ACCEPT_LATIN_1 is not used. */ | ||
| 844 | 845 | ||
| 845 | EMACS_INT | 846 | EMACS_INT |
| 846 | str_to_unibyte (src, dst, chars, accept_latin_1) | 847 | str_to_unibyte (src, dst, chars, accept_latin_1) |