# HG changeset patch # User Kenichi Handa # Date 1214362580 0 # Node ID cc315e7d5288db05cb0f7a958d311356cd1ba6b3 # Parent dd9a4766432a8072f5a9f750caf5b3f6813678fa (Fstring_to_unibyte): Fix typo in docstring. diff -r dd9a4766432a -r cc315e7d5288 src/fns.c --- a/src/fns.c Wed Jun 25 02:55:06 2008 +0000 +++ b/src/fns.c Wed Jun 25 02:56:20 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 signaled. +an error is signalled. 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)