1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(Fstring_to_multibyte): Fix typo in the docstring.

This commit is contained in:
Kenichi Handa 2003-02-10 11:00:18 +00:00
parent 7d459e16e3
commit 9c7a329a62
2 changed files with 3 additions and 1 deletions

View 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

View File

@ -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