]> code.delx.au - gnu-emacs/blobdiff - src/process.c
Merge changes from emacs-23 branch
[gnu-emacs] / src / process.c
index 4476014edfa9e5ce39bb76af4a5ed41729d4e097..6cddbf6d1a9e9bc7e477b4f8d1342cbfb621ee3e 100644 (file)
@@ -1261,9 +1261,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