diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 6 |
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 | ||
| 1381 | Lisp_Object | 1383 | Lisp_Object |
| 1382 | make_specified_string (contents, nchars, nbytes, multibyte) | 1384 | make_specified_string (contents, nchars, nbytes, multibyte) |