aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1992-07-12 03:26:48 +0000
committerRichard M. Stallman1992-07-12 03:26:48 +0000
commit4a095293c475f963b51f953bd92b0e1fad67a1a7 (patch)
tree6197a909169fbf26ad49ef1ea68bb1aebcfbf4d6 /src
parentc763f396fc03f529308c04b0c66f0204e90b20dd (diff)
downloademacs-4a095293c475f963b51f953bd92b0e1fad67a1a7.tar.gz
emacs-4a095293c475f963b51f953bd92b0e1fad67a1a7.zip
*** empty log message ***
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;