aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/callproc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/callproc.c b/src/callproc.c
index 85fbcf7c784..253d6877851 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -99,7 +99,7 @@ Fourth arg DISPLAY non-nil means redisplay buffer as output is inserted.\n\
99Remaining arguments are strings passed as command arguments to PROGRAM.\n\ 99Remaining arguments are strings passed as command arguments to PROGRAM.\n\
100If BUFFER is nil or 0, returns immediately with value nil.\n\ 100If BUFFER is nil or 0, returns immediately with value nil.\n\
101Otherwise waits for PROGRAM to terminate\n\ 101Otherwise waits for PROGRAM to terminate\n\
102and returns a numeric exit status or a signal name as a string.\n\ 102and returns a numeric exit status or a signal description string.\n\
103If you quit, the process is killed with SIGKILL.") 103If you quit, the process is killed with SIGKILL.")
104 (nargs, args) 104 (nargs, args)
105 int nargs; 105 int nargs;
@@ -311,7 +311,7 @@ Sixth arg DISPLAY non-nil means redisplay buffer as output is inserted.\n\
311Remaining args are passed to PROGRAM at startup as command args.\n\ 311Remaining args are passed to PROGRAM at startup as command args.\n\
312If BUFFER is nil, returns immediately with value nil.\n\ 312If BUFFER is nil, returns immediately with value nil.\n\
313Otherwise waits for PROGRAM to terminate\n\ 313Otherwise waits for PROGRAM to terminate\n\
314and returns a numeric exit status or a signal name as a string.\n\ 314and returns a numeric exit status or a signal description string.\n\
315If you quit, the process is killed with SIGKILL.") 315If you quit, the process is killed with SIGKILL.")
316 (nargs, args) 316 (nargs, args)
317 int nargs; 317 int nargs;