aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2016-10-18 09:24:05 +0300
committerEli Zaretskii2016-10-18 09:24:05 +0300
commitbaa8ba4ed471d7fe4bb07c80a9dd16c4712525b4 (patch)
treea5443428c173a1ff1dcb848910a256e11def9609
parente535ca4522222e68c9405a51c2abba83f9f2cd69 (diff)
downloademacs-baa8ba4ed471d7fe4bb07c80a9dd16c4712525b4.tar.gz
emacs-baa8ba4ed471d7fe4bb07c80a9dd16c4712525b4.zip
* lisp/subr.el (start-process): Doc fix. (Bug#24693)
-rw-r--r--lisp/subr.el2
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.
1966 1966
1967PROGRAM is the program file name. It is searched for in `exec-path' 1967PROGRAM is the program file name. It is searched for in `exec-path'
1968\(which see). If nil, just associate a pty with the buffer. Remaining 1968\(which see). If nil, just associate a pty with the buffer. Remaining
1969arguments are strings to give program as arguments. 1969arguments PROGRAM-ARGS are strings to give program as arguments.
1970 1970
1971If you want to separate standard output from standard error, use 1971If you want to separate standard output from standard error, use
1972`make-process' or invoke the command through a shell and redirect 1972`make-process' or invoke the command through a shell and redirect