From: Kenichi Handa Date: Mon, 10 Feb 2003 11:00:18 +0000 (+0000) Subject: (Fstring_to_multibyte): Fix typo in the docstring. X-Git-Tag: ttn-vms-21-2-B4~11285 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/9c7a329a627ccc6aa6afbb0cd088ecbd5d792189 (Fstring_to_multibyte): Fix typo in the docstring. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7195117593..99ddad3b45 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2003-02-10 Kenichi Handa + * 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 diff --git a/src/fns.c b/src/fns.c index 0e65055a40..871c6dcb61 100644 --- 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