all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#24693: Small doc improvement of start-process
@ 2016-10-14 18:15 Hong Xu
  2016-10-14 18:25 ` Andreas Schwab
  0 siblings, 1 reply; 5+ messages in thread
From: Hong Xu @ 2016-10-14 18:15 UTC (permalink / raw)
  To: 24693


[-- Attachment #1.1.1: Type: text/plain, Size: 115 bytes --]

PROGARM-ARGS are not mentioned in the docstring. The attached patch is a
draft of the small improvement. Thanks!

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1.2: doc-improvement.patch --]
[-- Type: text/x-patch; name="doc-improvement.patch", Size: 608 bytes --]

diff --git a/lisp/subr.el b/lisp/subr.el
index 8a1792ad8b78..c3524ef1fccb 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -2001,6 +2001,9 @@ 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.
 
+PROGRAM-ARGS are strings that specify command line arguments for the
+subprocess.
+
 If you want to separate standard output from standard error, use
 `make-process' or invoke the command through a shell and redirect
 one of them using the shell syntax."

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-10-18  6:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-14 18:15 bug#24693: Small doc improvement of start-process Hong Xu
2016-10-14 18:25 ` Andreas Schwab
2016-10-14 18:39   ` Hong Xu
2016-10-18  0:06     ` Hong Xu
2016-10-18  6:25       ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.