GNU bug report logs -
#34274
[PATCH] * src/callproc.c (call-process/region): Fix docstring arg formatting
Previous Next
Full log
Message #8 received at 34274 <at> debbugs.gnu.org (full text, mbox):
> From: Nicholas Drozd <nicholasdrozd <at> gmail.com>
> Date: Fri, 1 Feb 2019 08:13:10 -0600
>
> ---
> src/callproc.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/callproc.c b/src/callproc.c
> index d4558387cf..f8036f51ef 100644
> --- a/src/callproc.c
> +++ b/src/callproc.c
> @@ -237,7 +237,7 @@ DESTINATION can also have the form (REAL-BUFFER
> STDERR-FILE); in that case,
> t (mix it with ordinary output), or a file name string.
>
> Fourth arg DISPLAY non-nil means redisplay buffer as output is inserted.
> -Remaining arguments are strings passed as command arguments to PROGRAM.
> +Remaining ARGS are strings passed as command arguments to PROGRAM.
>
> If executable PROGRAM can't be found as an executable, `call-process'
> signals a Lisp error. `call-process' reports errors in execution of
> @@ -1033,7 +1033,7 @@ STDERR-FILE may be nil (discard standard error output),
> t (mix it with ordinary output), or a file name string.
>
> Sixth arg DISPLAY non-nil means redisplay buffer as output is inserted.
> -Remaining args are passed to PROGRAM at startup as command args.
> +Remaining ARGS are passed to PROGRAM at startup as command arguments.
Thanks, but this seems to replace one wording with an equivalent one,
and no rationale was provided as to why. Could you please provide
your motivation for the changes?
This bug report was last modified 6 years and 165 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.