* src/callproc.c (Fcall_process): Doc fix.
This commit is contained in:
parent
0860ac0e9d
commit
6f57ef9d3c
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ static mode_t const default_output_mode = 0666;
|
||||||
DEFUN ("call-process", Fcall_process, Scall_process, 1, MANY, 0,
|
DEFUN ("call-process", Fcall_process, Scall_process, 1, MANY, 0,
|
||||||
doc: /* Call PROGRAM synchronously in separate process.
|
doc: /* Call PROGRAM synchronously in separate process.
|
||||||
The remaining arguments are optional.
|
The remaining arguments are optional.
|
||||||
The program's input comes from file INFILE (nil means `/dev/null').
|
The program's input comes from file INFILE (nil means `null-device').
|
||||||
|
|
||||||
Third argument DESTINATION specifies how to handle program's output.
|
Third argument DESTINATION specifies how to handle program's output.
|
||||||
If DESTINATION is a buffer, or t that stands for the current buffer,
|
If DESTINATION is a buffer, or t that stands for the current buffer,
|
||||||
|
|
Loading…
Add table
Reference in a new issue