comparison lispref/processes.texi @ 7115:9a9e88e65617

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 26 Apr 1994 20:24:51 +0000
parents fa8ff07eaafc
children 266b18250120
comparison
equal deleted inserted replaced
7114:31cb9f9b9784 7115:9a9e88e65617
78 78
79 Each of the subprocess-creating functions has a @var{buffer-or-name} 79 Each of the subprocess-creating functions has a @var{buffer-or-name}
80 argument which specifies where the standard output from the program will 80 argument which specifies where the standard output from the program will
81 go. If @var{buffer-or-name} is @code{nil}, that says to discard the 81 go. If @var{buffer-or-name} is @code{nil}, that says to discard the
82 output unless a filter function handles it. (@xref{Filter Functions}, 82 output unless a filter function handles it. (@xref{Filter Functions},
83 and @ref{Streams}.) Normally, you should avoid having multiple 83 and @ref{Streams, Reading and Printing}.) Normally, you should avoid
84 processes send output to the same buffer because their output would be 84 having multiple processes send output to the same buffer because their
85 intermixed randomly. 85 output would be intermixed randomly.
86 86
87 @cindex program arguments 87 @cindex program arguments
88 All three of the subprocess-creating functions have a @code{&rest} 88 All three of the subprocess-creating functions have a @code{&rest}
89 argument, @var{args}. The @var{args} must all be strings, and they are 89 argument, @var{args}. The @var{args} must all be strings, and they are
90 supplied to @var{program} as separate command line arguments. Wildcard 90 supplied to @var{program} as separate command line arguments. Wildcard