]> code.delx.au - gnu-emacs/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 25 Jan 2003 19:47:02 +0000 (19:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 25 Jan 2003 19:47:02 +0000 (19:47 +0000)
src/doprnt.c

index 82a96c7d673a7618d03b83c15dfc5c9bc4bcf80c..72c0dd490e892bd6c8e7116304dbb1be99eef771 100644 (file)
@@ -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.