emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 280dd6c: ; Minor improvement in documentation from


From: Eli Zaretskii
Subject: [Emacs-diffs] master 280dd6c: ; Minor improvement in documentation from recent commit
Date: Fri, 19 Apr 2019 09:01:33 -0400 (EDT)

branch: master
commit 280dd6c49d46887f5c554c926119e277f347ca06
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; 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)
---
 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]