aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
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/fns.c
parent7d459e16e318750edbce706a43f4ecb4eb2a7535 (diff)
downloademacs-9c7a329a627ccc6aa6afbb0cd088ecbd5d792189.tar.gz
emacs-9c7a329a627ccc6aa6afbb0cd088ecbd5d792189.zip
(Fstring_to_multibyte): Fix typo in the docstring.
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
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