emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 baa8ba4: * lisp/subr.el (start-process): Doc fix.


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 baa8ba4: * lisp/subr.el (start-process): Doc fix. (Bug#24693)
Date: Tue, 18 Oct 2016 06:24:48 +0000 (UTC)

branch: emacs-25
commit baa8ba4ed471d7fe4bb07c80a9dd16c4712525b4
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/subr.el (start-process): Doc fix.  (Bug#24693)
---
 lisp/subr.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index a3aef2e..573f238 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]