Mercurial > emacs
comparison src/fns.c @ 49674:d7f7ccbc302a
(Fstring_to_multibyte): Fix typo in the docstring.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 10 Feb 2003 11:00:01 +0000 |
parents | 46090ea2c5c3 |
children | 48a58e6b11cc d7ddb3e565de |
comparison
equal
deleted
inserted
replaced
49673:e6612803fd8e | 49674:d7f7ccbc302a |
---|---|
1173 } | 1173 } |
1174 | 1174 |
1175 DEFUN ("string-to-multibyte", Fstring_to_multibyte, Sstring_to_multibyte, | 1175 DEFUN ("string-to-multibyte", Fstring_to_multibyte, Sstring_to_multibyte, |
1176 1, 1, 0, | 1176 1, 1, 0, |
1177 doc: /* Return a multibyte string with the same individual chars as STRING. | 1177 doc: /* Return a multibyte string with the same individual chars as STRING. |
1178 If STRING is multibyte, the resutl is STRING itself. | 1178 If STRING is multibyte, the result is STRING itself. |
1179 Otherwise it is a newly created string, with no text properties. | 1179 Otherwise it is a newly created string, with no text properties. |
1180 Characters 0200 through 0237 are converted to eight-bit-control | 1180 Characters 0200 through 0237 are converted to eight-bit-control |
1181 characters of the same character code. Characters 0240 through 0377 | 1181 characters of the same character code. Characters 0240 through 0377 |
1182 are converted to eight-bit-control characters of the same character | 1182 are converted to eight-bit-control characters of the same character |
1183 codes. */) | 1183 codes. */) |