diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/callproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c index fa12d02e394..1b89d691b37 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -220,7 +220,7 @@ static mode_t const default_output_mode = 0666; | |||
| 220 | DEFUN ("call-process", Fcall_process, Scall_process, 1, MANY, 0, | 220 | DEFUN ("call-process", Fcall_process, Scall_process, 1, MANY, 0, |
| 221 | doc: /* Call PROGRAM synchronously in separate process. | 221 | doc: /* Call PROGRAM synchronously in separate process. |
| 222 | The remaining arguments are optional. | 222 | The remaining arguments are optional. |
| 223 | The program's input comes from file INFILE (nil means `/dev/null'). | 223 | The program's input comes from file INFILE (nil means `null-device'). |
| 224 | 224 | ||
| 225 | Third argument DESTINATION specifies how to handle program's output. | 225 | Third argument DESTINATION specifies how to handle program's output. |
| 226 | If DESTINATION is a buffer, or t that stands for the current buffer, | 226 | If DESTINATION is a buffer, or t that stands for the current buffer, |