Mercurial > emacs
changeset 27006:d6d99ee4a5ae
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 28 Dec 1999 03:34:56 +0000 |
parents | e9167a5cfad2 |
children | 2d337fafb392 |
files | src/alloc.c |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
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)