Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
This commit is contained in:
commit
d3385c911f
1 changed files with 5 additions and 4 deletions
|
@ -678,10 +678,11 @@ Initialize the process query flag to @var{query-flag}.
|
|||
@xref{Query Before Exit}.
|
||||
|
||||
@item :stop @var{stopped}
|
||||
@var{stopped} must be @code{nil}. The @code{:stop} key is ignored
|
||||
otherwise and is retained for compatibility with other process types
|
||||
such as pipe processes. Asynchronous subprocesses never start in the
|
||||
stopped state.
|
||||
If provided, @var{stopped} must be @code{nil}; it is an error to use
|
||||
any non-@code{nil} value. The @code{:stop} key is ignored otherwise
|
||||
and is retained for compatibility with other process types such as
|
||||
pipe processes. Asynchronous subprocesses never start in the stopped
|
||||
state.
|
||||
|
||||
@item :filter @var{filter}
|
||||
Initialize the process filter to @var{filter}. If not specified, a
|
||||
|
|
Loading…
Add table
Reference in a new issue