aboutsummaryrefslogtreecommitdiffstats
path: root/src/fns.c
diff options
context:
space:
mode:
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