Mercurial > emacs
changeset 96271:0073930415c3
(Fstring_to_unibyte): Fix the previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 25 Jun 2008 12:02:48 +0000 |
parents | 43fea43f47a2 |
children | 9c9415d59eac |
files | src/fns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)