comparison lispref/processes.texi @ 7735:7db892210924

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 May 1994 15:27:52 +0000
parents 266b18250120
children 7cdfcd5e71ff
comparison
equal deleted inserted replaced
7734:2d4db32cccd5 7735:7db892210924
91 argument, @var{args}. The @var{args} must all be strings, and they are 91 argument, @var{args}. The @var{args} must all be strings, and they are
92 supplied to @var{program} as separate command line arguments. Wildcard 92 supplied to @var{program} as separate command line arguments. Wildcard
93 characters and other shell constructs are not allowed in these strings, 93 characters and other shell constructs are not allowed in these strings,
94 since they are passed directly to the specified program. 94 since they are passed directly to the specified program.
95 95
96 @strong{Please note:} the argument @var{program} contains only the 96 @strong{Please note:} The argument @var{program} contains only the
97 name of the program; it may not contain any command-line arguments. You 97 name of the program; it may not contain any command-line arguments. You
98 must use @var{args} to provide those. 98 must use @var{args} to provide those.
99 99
100 The subprocess gets its current directory from the value of 100 The subprocess gets its current directory from the value of
101 @code{default-directory} (@pxref{File Name Expansion}). 101 @code{default-directory} (@pxref{File Name Expansion}).