diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/process.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/process.c b/src/process.c index dac751f790a..a129195b415 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1562,9 +1562,10 @@ BUFFER is the buffer (or buffer name) to associate with the process. | |||
| 1562 | Process output (both standard output and standard error streams) goes | 1562 | Process output (both standard output and standard error streams) goes |
| 1563 | at end of BUFFER, unless you specify an output stream or filter | 1563 | at end of BUFFER, unless you specify an output stream or filter |
| 1564 | function to handle the output. BUFFER may also be nil, meaning that | 1564 | function to handle the output. BUFFER may also be nil, meaning that |
| 1565 | this process is not associated with any buffer. PROGRAM is the | 1565 | this process is not associated with any buffer. |
| 1566 | program file name. It is searched for in PATH. Remaining arguments | 1566 | |
| 1567 | are strings to give program as arguments. | 1567 | PROGRAM is the program file name. It is searched for in PATH. |
| 1568 | Remaining arguments are strings to give program as arguments. | ||
| 1568 | 1569 | ||
| 1569 | If you want to separate standard output from standard error, invoke | 1570 | If you want to separate standard output from standard error, invoke |
| 1570 | the command through a shell and redirect one of them using the shell | 1571 | the command through a shell and redirect one of them using the shell |