emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 0cd7b52: Minor improvements to do strings in call


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 0cd7b52: Minor improvements to do strings in callproc.c
Date: Fri, 8 Feb 2019 03:46:51 -0500 (EST)

branch: emacs-26
commit 0cd7b526a14ead6cbe78df481a2fd975252bb9ac
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Minor improvements to do strings in callproc.c
    
    * src/callproc.c (Fcall_process, Fcall_process_region): Minor
    fixes to doc strings.  Suggested by Nicholas Drozd
    <address@hidden>.  (Bug#34274)
---
 src/callproc.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/callproc.c b/src/callproc.c
index 3f1d17e..fa12d02 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 arguments 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
@@ -1048,7 +1048,8 @@ 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 arguments ARGS are passed to PROGRAM at startup as command-line
+arguments.
 
 If BUFFER is 0, `call-process-region' returns immediately with value nil.
 Otherwise it waits for PROGRAM to terminate



reply via email to

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