]> git.eshelyaron.com Git - emacs.git/commitdiff
; Minor improvement in documentation from recent commit
authorEli Zaretskii <eliz@gnu.org>
Fri, 19 Apr 2019 12:59:49 +0000 (15:59 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 19 Apr 2019 12:59:49 +0000 (15:59 +0300)
* 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

index 43009b35b2a4221e5c965a0023b8fd4cbde68e41..7eb136af5f18520cc489df21e80fab3e886999a3 100644 (file)
@@ -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