diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index ed2cab7b51f..c357a8bdc33 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1657,7 +1657,8 @@ to use a pty, or nil to use the default specified through | |||
| 1657 | 1657 | ||
| 1658 | :stderr STDERR -- STDERR is either a buffer or a pipe process attached | 1658 | :stderr STDERR -- STDERR is either a buffer or a pipe process attached |
| 1659 | to the standard error of subprocess. Specifying this implies | 1659 | to the standard error of subprocess. Specifying this implies |
| 1660 | `:connection-type' is set to `pipe'. | 1660 | `:connection-type' is set to `pipe'. If STDERR is nil, standard error |
| 1661 | is mixed with standard output and sent to BUFFER or FILTER. | ||
| 1661 | 1662 | ||
| 1662 | usage: (make-process &rest ARGS) */) | 1663 | usage: (make-process &rest ARGS) */) |
| 1663 | (ptrdiff_t nargs, Lisp_Object *args) | 1664 | (ptrdiff_t nargs, Lisp_Object *args) |