aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorRichard M. Stallman1999-12-28 03:34:56 +0000
committerRichard M. Stallman1999-12-28 03:34:56 +0000
commitdbd2182a1c865a61137b171ed9434bfeb585476d (patch)
tree248df63795c1f47a9f422845c9c3340e282a8bc2 /src/alloc.c
parenteb2aac9db6e9ee339af3032ea95be4272c9c4109 (diff)
downloademacs-dbd2182a1c865a61137b171ed9434bfeb585476d.tar.gz
emacs-dbd2182a1c865a61137b171ed9434bfeb585476d.zip
Comment change.
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)