]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fstart_process): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 23 Apr 2007 21:27:40 +0000 (21:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 23 Apr 2007 21:27:40 +0000 (21:27 +0000)
src/process.c

index dac751f790a28fa0534cfbfb19aab15b556b3a5b..a129195b415ecf5074456f10b8351adbd5eaeae4 100644 (file)
@@ -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