aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/process.c b/src/process.c
index b3773ed5571..9a33500dc4e 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1598,9 +1598,9 @@ at end of BUFFER, unless you specify an output stream or filter
1598function to handle the output. BUFFER may also be nil, meaning that 1598function to handle the output. BUFFER may also be nil, meaning that
1599this process is not associated with any buffer. 1599this process is not associated with any buffer.
1600 1600
1601PROGRAM is the program file name. It is searched for in PATH. If 1601PROGRAM is the program file name. It is searched for in `exec-path'
1602nil, just associate a pty with the buffer. Remaining arguments are 1602(which see). If nil, just associate a pty with the buffer. Remaining
1603strings to give program as arguments. 1603arguments are strings to give program as arguments.
1604 1604
1605If you want to separate standard output from standard error, invoke 1605If you want to separate standard output from standard error, invoke
1606the command through a shell and redirect one of them using the shell 1606the command through a shell and redirect one of them using the shell