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