Skip to content

Commit 280dd6c

Browse files
committed
; Minor improvement in documentation from recent commit
* doc/lispref/processes.texi (Asynchronous Processes): Say explicitly that it's an error to pass non-nil value for :stopped when starting a process. (Bug#30460)
1 parent 0eb47c2 commit 280dd6c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/lispref/processes.texi

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -678,10 +678,11 @@ Initialize the process query flag to @var{query-flag}.
678678
@xref{Query Before Exit}.
679679

680680
@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.
685686

686687
@item :filter @var{filter}
687688
Initialize the process filter to @var{filter}. If not specified, a

0 commit comments

Comments
 (0)