summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2019-04-19 16:29:11 +0200
committerMichael Albinus <michael.albinus@gmx.de>2019-04-19 16:29:11 +0200
commitd3385c911f793b1048c28c967d74e47a78950ecf (patch)
tree58f9e25ff1e894122b9482a3c254945caf588c09
parent06bbd6dfd131315ead26439ce13f96a3c3f5645e (diff)
parent280dd6c49d46887f5c554c926119e277f347ca06 (diff)
downloademacs-d3385c911f793b1048c28c967d74e47a78950ecf.tar.gz
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
-rw-r--r--doc/lispref/processes.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index 43009b35b2a..7eb136af5f1 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -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