changeset 77462:4f679f6070a0

(Fstart_process): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 23 Apr 2007 21:27:40 +0000
parents fad036526993
children f406d64875a5
files src/process.c
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.c	Mon Apr 23 21:19:11 2007 +0000
+++ b/src/process.c	Mon Apr 23 21:27:40 2007 +0000
@@ -1562,9 +1562,10 @@
 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