]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify :stderr in the make-process doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 23 Aug 2021 01:53:41 +0000 (03:53 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 23 Aug 2021 01:53:41 +0000 (03:53 +0200)
* src/process.c (Fmake_process): Elaborate upon what :stderr does
(bug#50166).

src/process.c

index c3186eed750ab23fe51923e06a1e479707136eb1..bfca165fcad72322df0b12aedc9243fa83338fa8 100644 (file)
@@ -1718,7 +1718,10 @@ to use a pty, or nil to use the default specified through
 :stderr STDERR -- STDERR is either a buffer or a pipe process attached
 to the standard error of subprocess.  Specifying this implies
 `:connection-type' is set to `pipe'.  If STDERR is nil, standard error
-is mixed with standard output and sent to BUFFER or FILTER.
+is mixed with standard output and sent to BUFFER or FILTER.  (Note
+that specifying :stderr will create a new, separate (but associated)
+process, with its own filter and sentinel.  See
+Info node `(elisp) Asynchronous Processes' for more details.)
 
 :file-handler FILE-HANDLER -- If FILE-HANDLER is non-nil, then look
 for a file name handler for the current buffer's `default-directory'