diff options
| author | Richard M. Stallman | 2003-01-25 19:47:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-01-25 19:47:02 +0000 |
| commit | 6afc669e922800b77c892034a8723a9dfbc6159b (patch) | |
| tree | 1e4b4a3d917a4de9295af8601b889ab8a46993b1 /src | |
| parent | aa2ac20c576119690fb9ef9cd780610d7ee7a293 (diff) | |
| download | emacs-6afc669e922800b77c892034a8723a9dfbc6159b.tar.gz emacs-6afc669e922800b77c892034a8723a9dfbc6159b.zip | |
Comment change.
Diffstat (limited to 'src')
| -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 (); | |||
| 54 | terminated at position FORMAT_END. | 54 | terminated at position FORMAT_END. |
| 55 | Output goes in BUFFER, which has room for BUFSIZE chars. | 55 | Output goes in BUFFER, which has room for BUFSIZE chars. |
| 56 | If the output does not fit, truncate it to fit. | 56 | If the output does not fit, truncate it to fit. |
| 57 | Returns the number of characters stored into BUFFER. | 57 | Returns the number of bytes stored into BUFFER. |
| 58 | ARGS points to the vector of arguments, and NARGS says how many. | 58 | ARGS points to the vector of arguments, and NARGS says how many. |
| 59 | A double counts as two arguments. | 59 | A double counts as two arguments. |
| 60 | String arguments are passed as C strings. | 60 | String arguments are passed as C strings. |