comparison lispref/processes.texi @ 22267:dfac7398266b

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 May 1998 23:47:15 +0000
parents 40089afa2b1d
children 7451b1458af1
comparison
equal deleted inserted replaced
22266:8b08793f2633 22267:dfac7398266b
510 @var{process} is still running when Emacs is exited. If @var{do-query} 510 @var{process} is still running when Emacs is exited. If @var{do-query}
511 is @code{nil}, the process will be deleted silently. 511 is @code{nil}, the process will be deleted silently.
512 Otherwise, Emacs will query about killing it. 512 Otherwise, Emacs will query about killing it.
513 513
514 The value is @code{t} if the process was formerly set up to require 514 The value is @code{t} if the process was formerly set up to require
515 query. @code{nil} otherwise. A newly-created process always requires 515 query, @code{nil} otherwise. A newly-created process always requires
516 query. 516 query.
517 517
518 @smallexample 518 @smallexample
519 @group 519 @group
520 (process-kill-without-query (get-process "shell")) 520 (process-kill-without-query (get-process "shell"))