From: Richard M. Stallman Date: Tue, 28 Dec 1999 03:34:56 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-pretest-21.0.90~5618 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dbd2182a1c865a61137b171ed9434bfeb585476d;p=emacs.git Comment change. --- 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)