]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Tue, 28 Dec 1999 03:34:56 +0000 (03:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 28 Dec 1999 03:34:56 +0000 (03:34 +0000)
src/alloc.c

index 4c482c261dd4b1a04fb6dc095b1c09dd7338595a..556149695e4e0347b19c4f25fc26acbb5e4e82f7 100644 (file)
@@ -1375,8 +1375,10 @@ make_string_from_bytes (contents, nchars, nbytes)
   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)