# HG changeset patch # User Kenichi Handa # Date 1214395368 0 # Node ID 0073930415c372baacde103036687b36841ef5f3 # Parent 43fea43f47a2b1c2c8d1fee72110bf1777480359 (Fstring_to_unibyte): Fix the previous change. diff -r 43fea43f47a2 -r 0073930415c3 src/fns.c --- a/src/fns.c Wed Jun 25 11:51:46 2008 +0000 +++ b/src/fns.c Wed Jun 25 12:02:48 2008 +0000 @@ -1138,7 +1138,7 @@ Otherwise it is a newly created string, with no text properties, where each `eight-bit' character is converted to the corresponding byte. If STRING contains a non-ASCII, non-`eight-bit' character, -an error is signalled. +an error is signaled. If the optional 2nd arg ACCEPT-LATIN-1 is non-nil, a Latin-1 character doesn't cause an error, but is converted to a byte of same code. */) (string, accept_latin_1)