]> code.delx.au - gnu-emacs/commitdiff
(Fstring_to_multibyte): Fix typo in the docstring.
authorKenichi Handa <handa@m17n.org>
Mon, 10 Feb 2003 11:00:18 +0000 (11:00 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 10 Feb 2003 11:00:18 +0000 (11:00 +0000)
src/ChangeLog
src/fns.c

index 71951175934ded03cd7762f002b64a66b1af3e33..99ddad3b45efb7ced4ee8c050752e0ceec01f87a 100644 (file)
@@ -1,5 +1,7 @@
 2003-02-10  Kenichi Handa  <handa@m17n.org>
 
+       * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
+
        * process.c (QCfilter_multibyte): New variable.
        (setup_process_coding_systems): New function.
        (Fset_process_buffer, Fset_process_filter): Call
index 0e65055a40550e874faf72288cf08d63d8e447d3..871c6dcb6188a6f4483cb0a3bd9ba6a7c96edc39 100644 (file)
--- a/src/fns.c
+++ b/src/fns.c
@@ -1175,7 +1175,7 @@ multibyte character of charset `eight-bit-control' or `eight-bit-graphic'.  */)
 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