emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/process.c,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/process.c,v
Date: Mon, 23 Apr 2007 21:27:40 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/04/23 21:27:40

Index: process.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/process.c,v
retrieving revision 1.511
retrieving revision 1.512
diff -u -b -r1.511 -r1.512
--- process.c   23 Apr 2007 09:02:08 -0000      1.511
+++ process.c   23 Apr 2007 21:27:40 -0000      1.512
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]