summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-04-23 21:27:40 +0000
committerRichard M. Stallman <rms@gnu.org>2007-04-23 21:27:40 +0000
commit16fdeb17a29b97c689bdf796a6e6081c695ee77a (patch)
treebca8dd826ca6454a12ef0a375db4f6e4516157f4 /src
parent034ce0ec5b4063242a113f5764c0da2e4ba184db (diff)
downloademacs-16fdeb17a29b97c689bdf796a6e6081c695ee77a.tar.gz
(Fstart_process): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/process.c7
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.
Process output (both standard output and standard error streams) goes
at end of BUFFER, unless you specify an output stream or filter
function to handle the output. BUFFER may also be nil, meaning that
-this process is not associated with any buffer. PROGRAM is the
-program file name. It is searched for in PATH. Remaining arguments
-are strings to give program as arguments.
+this process is not associated with any buffer.
+
+PROGRAM is the program file name. It is searched for in PATH.
+Remaining arguments are strings to give program as arguments.
If you want to separate standard output from standard error, invoke
the command through a shell and redirect one of them using the shell