Document that 'make-process' mixes the output streams
commit8df23a82042fa7dbaaa4377bc376d705595b073f
authorPhilipp Stephani <phst@google.com>
Wed, 4 Apr 2018 10:14:56 +0000 (4 12:14 +0200)
committerPhilipp Stephani <phst@google.com>
Sat, 7 Apr 2018 20:15:42 +0000 (7 22:15 +0200)
tree707eaddc19a76a72c39ae0481c8eea7ac93dda31
parent55525480780d34b2f968739249685d0c9e9a063f
Document that 'make-process' mixes the output streams

* doc/lispref/processes.texi (Asynchronous Processes):
* src/process.c (Fmake_process): Document that standard error is mixed
with standard output if STDERR is nil.

* test/src/process-tests.el (make-process/mix-stderr): New unit test.
doc/lispref/processes.texi
src/process.c
test/src/process-tests.el