aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2003-02-10 11:00:18 +0000
committerKenichi Handa2003-02-10 11:00:18 +0000
commit9c7a329a627ccc6aa6afbb0cd088ecbd5d792189 (patch)
treec230314b746c44c8469e7b4c72ee3ef2b2caff19 /src
parent7d459e16e318750edbce706a43f4ecb4eb2a7535 (diff)
downloademacs-9c7a329a627ccc6aa6afbb0cd088ecbd5d792189.tar.gz
emacs-9c7a329a627ccc6aa6afbb0cd088ecbd5d792189.zip
(Fstring_to_multibyte): Fix typo in the docstring.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/fns.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 71951175934..99ddad3b45e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12003-02-10 Kenichi Handa <handa@m17n.org> 12003-02-10 Kenichi Handa <handa@m17n.org>
2 2
3 * fns.c (Fstring_to_multibyte): Fix typo in the docstring.
4
3 * process.c (QCfilter_multibyte): New variable. 5 * process.c (QCfilter_multibyte): New variable.
4 (setup_process_coding_systems): New function. 6 (setup_process_coding_systems): New function.
5 (Fset_process_buffer, Fset_process_filter): Call 7 (Fset_process_buffer, Fset_process_filter): Call
diff --git a/src/fns.c b/src/fns.c
index 0e65055a405..871c6dcb618 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -1175,7 +1175,7 @@ multibyte character of charset `eight-bit-control' or `eight-bit-graphic'. */)
1175DEFUN ("string-to-multibyte", Fstring_to_multibyte, Sstring_to_multibyte, 1175DEFUN ("string-to-multibyte", Fstring_to_multibyte, Sstring_to_multibyte,
1176 1, 1, 0, 1176 1, 1, 0,
1177 doc: /* Return a multibyte string with the same individual chars as STRING. 1177 doc: /* Return a multibyte string with the same individual chars as STRING.
1178If STRING is multibyte, the resutl is STRING itself. 1178If STRING is multibyte, the result is STRING itself.
1179Otherwise it is a newly created string, with no text properties. 1179Otherwise it is a newly created string, with no text properties.
1180Characters 0200 through 0237 are converted to eight-bit-control 1180Characters 0200 through 0237 are converted to eight-bit-control
1181characters of the same character code. Characters 0240 through 0377 1181characters of the same character code. Characters 0240 through 0377