From dbd2182a1c865a61137b171ed9434bfeb585476d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 28 Dec 1999 03:34:56 +0000 Subject: [PATCH] Comment change. --- src/alloc.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/alloc.c b/src/alloc.c index 4c482c261dd..556149695e4 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -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) -- 2.39.5