Mercurial > emacs
changeset 49442:20d2231b6ee7
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 25 Jan 2003 19:47:02 +0000 |
parents | fea7066c9e82 |
children | f9f7612c767a |
files | src/doprnt.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/doprnt.c Sat Jan 25 19:45:16 2003 +0000 +++ b/src/doprnt.c Sat Jan 25 19:47:02 2003 +0000 @@ -54,7 +54,7 @@ terminated at position FORMAT_END. Output goes in BUFFER, which has room for BUFSIZE chars. If the output does not fit, truncate it to fit. - Returns the number of characters stored into BUFFER. + Returns the number of bytes stored into BUFFER. ARGS points to the vector of arguments, and NARGS says how many. A double counts as two arguments. String arguments are passed as C strings.