diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-01-25 19:47:02 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-01-25 19:47:02 +0000 |
commit | 6afc669e922800b77c892034a8723a9dfbc6159b (patch) | |
tree | 1e4b4a3d917a4de9295af8601b889ab8a46993b1 /src/doprnt.c | |
parent | aa2ac20c576119690fb9ef9cd780610d7ee7a293 (diff) | |
download | emacs-6afc669e922800b77c892034a8723a9dfbc6159b.tar.gz |
Comment change.
Diffstat (limited to 'src/doprnt.c')
-rw-r--r-- | src/doprnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |