diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1186,7 +1186,7 @@ If STRING is multibyte, the result is STRING itself. | |||
| 1186 | Otherwise it is a newly created string, with no text properties. | 1186 | Otherwise it is a newly created string, with no text properties. |
| 1187 | Characters 0200 through 0237 are converted to eight-bit-control | 1187 | Characters 0200 through 0237 are converted to eight-bit-control |
| 1188 | characters of the same character code. Characters 0240 through 0377 | 1188 | characters of the same character code. Characters 0240 through 0377 |
| 1189 | are converted to eight-bit-control characters of the same character | 1189 | are converted to eight-bit-graphic characters of the same character |
| 1190 | codes. */) | 1190 | codes. */) |
| 1191 | (string) | 1191 | (string) |
| 1192 | Lisp_Object string; | 1192 | Lisp_Object string; |