diff options
| author | Richard M. Stallman | 2007-04-23 21:27:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-04-23 21:27:40 +0000 |
| commit | 16fdeb17a29b97c689bdf796a6e6081c695ee77a (patch) | |
| tree | bca8dd826ca6454a12ef0a375db4f6e4516157f4 /src/process.c | |
| parent | 034ce0ec5b4063242a113f5764c0da2e4ba184db (diff) | |
| download | emacs-16fdeb17a29b97c689bdf796a6e6081c695ee77a.tar.gz emacs-16fdeb17a29b97c689bdf796a6e6081c695ee77a.zip | |
(Fstart_process): Doc fix.
Diffstat (limited to 'src/process.c')
| -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 |