diff options
| author | Kenichi Handa | 2008-06-25 12:02:48 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-06-25 12:02:48 +0000 |
| commit | 48e0b4c0d39696e5eaa7efa67752a0695bd72d68 (patch) | |
| tree | b2f1323f21755d27e33d2dcd5dda6b0b10051ef1 /src | |
| parent | 69785ad0fa34ab560513f7e316cbd5f2cec0638a (diff) | |
| download | emacs-48e0b4c0d39696e5eaa7efa67752a0695bd72d68.tar.gz emacs-48e0b4c0d39696e5eaa7efa67752a0695bd72d68.zip | |
(Fstring_to_unibyte): Fix the previous change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1138,7 +1138,7 @@ If STRING is unibyte, the result is STRING itself. | |||
| 1138 | Otherwise it is a newly created string, with no text properties, | 1138 | Otherwise it is a newly created string, with no text properties, |
| 1139 | where each `eight-bit' character is converted to the corresponding byte. | 1139 | where each `eight-bit' character is converted to the corresponding byte. |
| 1140 | If STRING contains a non-ASCII, non-`eight-bit' character, | 1140 | If STRING contains a non-ASCII, non-`eight-bit' character, |
| 1141 | an error is signalled. | 1141 | an error is signaled. |
| 1142 | If the optional 2nd arg ACCEPT-LATIN-1 is non-nil, a Latin-1 character | 1142 | If the optional 2nd arg ACCEPT-LATIN-1 is non-nil, a Latin-1 character |
| 1143 | doesn't cause an error, but is converted to a byte of same code. */) | 1143 | doesn't cause an error, but is converted to a byte of same code. */) |
| 1144 | (string, accept_latin_1) | 1144 | (string, accept_latin_1) |