comparison lispref/processes.texi @ 27370:70846ee19545

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 19 Jan 2000 19:54:36 +0000
parents c41efa6c4be1
children 4520697c8aa5
comparison
equal deleted inserted replaced
27369:b7162d2b3d0b 27370:70846ee19545
313 with the output from the subprocess, and whether to update the display 313 with the output from the subprocess, and whether to update the display
314 as it comes in. For details, see the description of 314 as it comes in. For details, see the description of
315 @code{call-process}, above. If @var{destination} is the integer 0, 315 @code{call-process}, above. If @var{destination} is the integer 0,
316 @code{call-process-region} discards the output and returns @code{nil} 316 @code{call-process-region} discards the output and returns @code{nil}
317 immediately, without waiting for the subprocess to finish (this only 317 immediately, without waiting for the subprocess to finish (this only
318 works if asynchronous subprocess are supported). 318 works if asynchronous subprocesses are supported).
319 319
320 The remaining arguments, @var{args}, are strings that specify command 320 The remaining arguments, @var{args}, are strings that specify command
321 line arguments for the program. 321 line arguments for the program.
322 322
323 The return value of @code{call-process-region} is just like that of 323 The return value of @code{call-process-region} is just like that of