bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#24693: Small doc improvement of start-process


From: Hong Xu
Subject: bug#24693: Small doc improvement of start-process
Date: Fri, 14 Oct 2016 11:39:19 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0

On 10/14/2016 11:25 AM, Andreas Schwab wrote:
> On Okt 14 2016, Hong Xu <hong@topbug.net> wrote:
> 
>> PROGARM-ARGS are not mentioned in the docstring. The attached patch is a
>> draft of the small improvement. Thanks!
>>
>> 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.
>> +
> 
> That's what it says in the preceding sentence.
> 

I see. Maybe mention PROGRAM-ARGS explicitly like: Remaining
arguments PROGRAM-ARGS are strings to give program as arguments.


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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