# HG changeset patch # User Kenichi Handa # Date 1044874801 0 # Node ID d7f7ccbc302a519e9615d3015b98ff4bb1d58ddd # Parent e6612803fd8e80522dbe44f453e8b7270490f2a4 (Fstring_to_multibyte): Fix typo in the docstring. diff -r e6612803fd8e -r d7f7ccbc302a src/fns.c --- 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