File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -678,10 +678,11 @@ Initialize the process query flag to @var{query-flag}.
678
678
@xref {Query Before Exit }.
679
679
680
680
@item :stop @var {stopped }
681
- @var {stopped } must be @code {nil }. The @code {:stop } key is ignored
682
- otherwise and is retained for compatibility with other process types
683
- such as pipe processes. Asynchronous subprocesses never start in the
684
- stopped state.
681
+ If provided, @var {stopped } must be @code {nil }; it is an error to use
682
+ any non-@code {nil } value. The @code {:stop } key is ignored otherwise
683
+ and is retained for compatibility with other process types such as
684
+ pipe processes. Asynchronous subprocesses never start in the stopped
685
+ state.
685
686
686
687
@item :filter @var {filter }
687
688
Initialize the process filter to @var {filter }. If not specified, a
You can’t perform that action at this time.
0 commit comments