]> code.delx.au - gnu-emacs/commitdiff
Comment fix.
authorDave Love <fx@gnu.org>
Wed, 9 Feb 2000 20:37:57 +0000 (20:37 +0000)
committerDave Love <fx@gnu.org>
Wed, 9 Feb 2000 20:37:57 +0000 (20:37 +0000)
src/charset.c

index eb930ccf074d05f43cf8ed2860101e723e2fb0c1..04afa7f32379b4054abce88a1c9eb25d4ca173bf 100644 (file)
@@ -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);