mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
* lisp/subr.el (start-process): Doc fix. (Bug#24693)
This commit is contained in:
parent
e535ca4522
commit
baa8ba4ed4
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
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
|
\(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
|
If you want to separate standard output from standard error, use
|
||||||
`make-process' or invoke the command through a shell and redirect
|
`make-process' or invoke the command through a shell and redirect
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue