From 48e0b4c0d39696e5eaa7efa67752a0695bd72d68 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 25 Jun 2008 12:02:48 +0000 Subject: (Fstring_to_unibyte): Fix the previous change. --- src/fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fns.c') diff --git a/src/fns.c b/src/fns.c index 1665d211bbd..7511eacb03a 100644 --- a/src/fns.c +++ b/src/fns.c @@ -1138,7 +1138,7 @@ If STRING is unibyte, the result is STRING itself. 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) -- cgit v1.2.1