diff options
author | Christoph Scholtes <cschol2112@gmail.com> | 2011-03-19 12:47:17 -0600 |
---|---|---|
committer | Christoph Scholtes <cschol2112@gmail.com> | 2011-03-19 12:47:17 -0600 |
commit | 4e19a977b0e4be15a4faa8745487d945dd0c59dd (patch) | |
tree | f6335fb494b7371a2f651290f0a3c4bdeffb774d /src/process.c | |
parent | 20f5695598d3137257e24802479d003ea82eb5f9 (diff) | |
download | emacs-4e19a977b0e4be15a4faa8745487d945dd0c59dd.tar.gz emacs-4e19a977b0e4be15a4faa8745487d945dd0c59dd.tar.bz2 emacs-4e19a977b0e4be15a4faa8745487d945dd0c59dd.zip |
* process.c (Fformat_network_address): Doc fix.
Diffstat (limited to 'src/process.c')
-rw-r--r-- | src/process.c | 6 |
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 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. If -nil, just associate a pty with the buffer. Remaining arguments are -strings to give program as arguments. +PROGRAM is the program file name. It is searched for in `exec-path' +(which see). If nil, just associate a pty with the buffer. 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 |