Mercurial > emacs
diff src/fns.c @ 96255:cc315e7d5288
(Fstring_to_unibyte): Fix typo in docstring.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Wed, 25 Jun 2008 02:56:20 +0000 |
| parents | a2307295cc84 |
| children | 0073930415c3 |
line wrap: on
line diff
--- 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)
