aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLars Ingebrigtsen2021-08-23 03:53:41 +0200
committerLars Ingebrigtsen2021-08-23 03:53:41 +0200
commit8c62871829f873d83855d33e01eeb0b6626e87f1 (patch)
tree782b882a54913f169a1d5c3f28be84f13a5a4e38 /src
parentfb65b14b32bdbac9ca05b3e7b56eaaaf4a8800df (diff)
downloademacs-8c62871829f873d83855d33e01eeb0b6626e87f1.tar.gz
emacs-8c62871829f873d83855d33e01eeb0b6626e87f1.zip
Clarify :stderr in the make-process doc string
* src/process.c (Fmake_process): Elaborate upon what :stderr does (bug#50166).
Diffstat (limited to 'src')
-rw-r--r--src/process.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index c3186eed750..bfca165fcad 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1718,7 +1718,10 @@ to use a pty, or nil to use the default specified through
1718:stderr STDERR -- STDERR is either a buffer or a pipe process attached 1718:stderr STDERR -- STDERR is either a buffer or a pipe process attached
1719to the standard error of subprocess. Specifying this implies 1719to the standard error of subprocess. Specifying this implies
1720`:connection-type' is set to `pipe'. If STDERR is nil, standard error 1720`:connection-type' is set to `pipe'. If STDERR is nil, standard error
1721is mixed with standard output and sent to BUFFER or FILTER. 1721is mixed with standard output and sent to BUFFER or FILTER. (Note
1722that specifying :stderr will create a new, separate (but associated)
1723process, with its own filter and sentinel. See
1724Info node `(elisp) Asynchronous Processes' for more details.)
1722 1725
1723:file-handler FILE-HANDLER -- If FILE-HANDLER is non-nil, then look 1726:file-handler FILE-HANDLER -- If FILE-HANDLER is non-nil, then look
1724for a file name handler for the current buffer's `default-directory' 1727for a file name handler for the current buffer's `default-directory'