Skip to content

Commit d3385c9

Browse files
committed
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2 parents 06bbd6d + 280dd6c commit d3385c9

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)