# HG changeset patch # User Richard M. Stallman # Date 946352096 0 # Node ID d6d99ee4a5aea15616d2191543875f5eb42cc2fe # Parent e9167a5cfad27d289acb6ebcd6b00e699260b9d9 Comment change. diff -r e9167a5cfad2 -r d6d99ee4a5ae src/alloc.c --- 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)