aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/processes.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index 6be311b5639..43009b35b2a 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -678,7 +678,9 @@ Initialize the process query flag to @var{query-flag}.
678@xref{Query Before Exit}. 678@xref{Query Before Exit}.
679 679
680@item :stop @var{stopped} 680@item :stop @var{stopped}
681If @var{stopped} is non-@code{nil}, start the process in the 681@var{stopped} must be @code{nil}. The @code{:stop} key is ignored
682otherwise and is retained for compatibility with other process types
683such as pipe processes. Asynchronous subprocesses never start in the
682stopped state. 684stopped state.
683 685
684@item :filter @var{filter} 686@item :filter @var{filter}