aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c6
1 files 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)
1375 return val; 1375 return val;
1376} 1376}
1377 1377
1378/* Make a multibyte string from NCHARS characters 1378/* Make a string from NCHARS characters
1379 occupying NBYTES bytes at CONTENTS. */ 1379 occupying NBYTES bytes at CONTENTS.
1380 The argument MULTIBYTE controls whether to label the
1381 string as multibyte. */
1380 1382
1381Lisp_Object 1383Lisp_Object
1382make_specified_string (contents, nchars, nbytes, multibyte) 1384make_specified_string (contents, nchars, nbytes, multibyte)