From: Richard M. Stallman Date: Sat, 25 Jan 2003 19:47:02 +0000 (+0000) Subject: Comment change. X-Git-Tag: ttn-vms-21-2-B4~11485 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6afc669e922800b77c892034a8723a9dfbc6159b;p=emacs.git Comment change. --- diff --git a/src/doprnt.c b/src/doprnt.c index 82a96c7d673..72c0dd490e8 100644 --- a/src/doprnt.c +++ b/src/doprnt.c @@ -54,7 +54,7 @@ static int doprnt1 (); 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.