diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/processes.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 6be311b5639..43009b35b2a 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi | |||
| @@ -678,7 +678,9 @@ Initialize the process query flag to @var{query-flag}. | |||
| 678 | @xref{Query Before Exit}. | 678 | @xref{Query Before Exit}. |
| 679 | 679 | ||
| 680 | @item :stop @var{stopped} | 680 | @item :stop @var{stopped} |
| 681 | If @var{stopped} is non-@code{nil}, start the process in the | 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 | ||
| 682 | stopped state. | 684 | stopped state. |
| 683 | 685 | ||
| 684 | @item :filter @var{filter} | 686 | @item :filter @var{filter} |