From f4db5c4b6610da1b4fb57e5c44f16880d3a46aa7 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 9 Feb 2000 20:37:57 +0000 Subject: [PATCH] Comment fix. --- src/charset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/charset.c b/src/charset.c index eb930ccf074..04afa7f3237 100644 --- a/src/charset.c +++ b/src/charset.c @@ -1373,9 +1373,9 @@ DEFUN ("string", Fstring, Sstring, 1, MANY, 0, multibyte_p = 1; } - /* Here, we can't use make_string_from_bytes because of byte + /* Here, we can't use make_string_from_bytes because of the byte combining problem. Make a multibyte string if there is any - multibyte character in ARGS to make sure that `(insert 2276)' + multibyte character in ARGS to make sure that `(string 2276)' returns a multibyte string if running --unibyte. */ if (multibyte_p) val = make_multibyte_string (buf, n, p - buf); -- 2.39.5