# HG changeset patch # User Kenichi Handa # Date 1215138008 0 # Node ID 919775e9f3bfd87c17b133071b8c3af74e3244ff # Parent 4c68d664c39b213f41a1dd10c5d9db2b86f318e7 (str_to_unibyte): Modify the comment. diff -r 4c68d664c39b -r 919775e9f3bf src/character.c --- a/src/character.c Fri Jul 04 00:34:02 2008 +0000 +++ b/src/character.c Fri Jul 04 02:20:08 2008 +0000 @@ -840,7 +840,8 @@ Usually, the value is the same as CHARS, but is less than it if SRC contains a non-ASCII, non-eight-bit characater. If ACCEPT_LATIN_1 is nonzero, a Latin-1 character is accepted and converted to a byte - of that character code. */ + of that character code. + Note: Currently the arg ACCEPT_LATIN_1 is not used. */ EMACS_INT str_to_unibyte (src, dst, chars, accept_latin_1)