(Fstring_to_unibyte): Fix the previous change.
This commit is contained in:
parent
69785ad0fa
commit
48e0b4c0d3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue