From: Eli Zaretskii Date: Tue, 18 Oct 2016 06:24:05 +0000 (+0300) Subject: * lisp/subr.el (start-process): Doc fix. (Bug#24693) X-Git-Tag: emacs-25.1.90~110 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=baa8ba4ed471d7fe4bb07c80a9dd16c4712525b4;p=emacs.git * lisp/subr.el (start-process): Doc fix. (Bug#24693) --- diff --git a/lisp/subr.el b/lisp/subr.el index a3aef2e4a5c..573f238f743 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1966,7 +1966,7 @@ this process is not associated with any buffer. PROGRAM is the program file name. It is searched for in `exec-path' \(which see). If nil, just associate a pty with the buffer. Remaining -arguments are strings to give program as arguments. +arguments PROGRAM-ARGS are strings to give program as arguments. If you want to separate standard output from standard error, use `make-process' or invoke the command through a shell and redirect