Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/fns.c Mon Feb 10 10:59:14 2003 +0000 +++ b/src/fns.c Mon Feb 10 11:00:01 2003 +0000 @@ -1175,7 +1175,7 @@ DEFUN ("string-to-multibyte", Fstring_to_multibyte, Sstring_to_multibyte, 1, 1, 0, doc: /* Return a multibyte string with the same individual chars as STRING. -If STRING is multibyte, the resutl is STRING itself. +If STRING is multibyte, the result is STRING itself. Otherwise it is a newly created string, with no text properties. Characters 0200 through 0237 are converted to eight-bit-control characters of the same character code. Characters 0240 through 0377
