diff src/alloc.c @ 27006:d6d99ee4a5ae

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 28 Dec 1999 03:34:56 +0000
parents bb9ada50010f
children f742c86fcc15
line wrap: on
line diff
--- a/src/alloc.c	Mon Dec 27 12:36:23 1999 +0000
+++ b/src/alloc.c	Tue Dec 28 03:34:56 1999 +0000
@@ -1375,8 +1375,10 @@
   return val;
 }
 
-/* Make a multibyte string from NCHARS characters
-   occupying NBYTES bytes at CONTENTS.  */
+/* Make a string from NCHARS characters
+   occupying NBYTES bytes at CONTENTS.
+   The argument MULTIBYTE controls whether to label the
+   string as multibyte.  */
 
 Lisp_Object
 make_specified_string (contents, nchars, nbytes, multibyte)