From: Dave Love Date: Wed, 9 Feb 2000 20:37:57 +0000 (+0000) Subject: Comment fix. X-Git-Tag: emacs-pretest-21.0.90~5060 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f4db5c4b6610da1b4fb57e5c44f16880d3a46aa7;p=emacs.git Comment fix. --- 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);