diff options
| author | Richard M. Stallman | 1999-12-28 03:34:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-12-28 03:34:56 +0000 |
| commit | dbd2182a1c865a61137b171ed9434bfeb585476d (patch) | |
| tree | 248df63795c1f47a9f422845c9c3340e282a8bc2 /src/alloc.c | |
| parent | eb2aac9db6e9ee339af3032ea95be4272c9c4109 (diff) | |
| download | emacs-dbd2182a1c865a61137b171ed9434bfeb585476d.tar.gz emacs-dbd2182a1c865a61137b171ed9434bfeb585476d.zip | |
Comment change.
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) |