]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/subr.el (start-process): Doc fix. (Bug#24693)
authorEli Zaretskii <eliz@gnu.org>
Tue, 18 Oct 2016 06:24:05 +0000 (09:24 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 18 Oct 2016 06:24:05 +0000 (09:24 +0300)
lisp/subr.el

index a3aef2e4a5c34b674f027e123276d367142db04a..573f238f7436adfd29cfb30e7a683d8116b88128 100644 (file)
@@ -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