emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master d3385c9 2/3: Merge branch 'master' of git.sv.gnu.or


From: Michael Albinus
Subject: [Emacs-diffs] master d3385c9 2/3: Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Date: Fri, 19 Apr 2019 10:29:54 -0400 (EDT)

branch: master
commit d3385c911f793b1048c28c967d74e47a78950ecf
Merge: 06bbd6d 280dd6c
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
---
 doc/lispref/processes.texi | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index 43009b3..7eb136a 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}
address@hidden 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 address@hidden 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]