diff options
author | Eli Zaretskii <eliz@gnu.org> | 2016-10-18 09:24:05 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2016-10-18 09:24:05 +0300 |
commit | baa8ba4ed471d7fe4bb07c80a9dd16c4712525b4 (patch) | |
tree | a5443428c173a1ff1dcb848910a256e11def9609 /lisp/subr.el | |
parent | e535ca4522222e68c9405a51c2abba83f9f2cd69 (diff) | |
download | emacs-baa8ba4ed471d7fe4bb07c80a9dd16c4712525b4.tar.gz |
* lisp/subr.el (start-process): Doc fix. (Bug#24693)
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |