Skip to content

Commit

Permalink
Clarify :stderr in the make-process doc string
Browse files Browse the repository at this point in the history
* src/process.c (Fmake_process): Elaborate upon what :stderr does
(bug#50166).
  • Loading branch information
larsmagne committed Aug 23, 2021
1 parent fb65b14 commit 8c62871
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/process.c
Expand Up @@ -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'
Expand Down

0 comments on commit 8c62871

Please sign in to comment.