diff options
| author | Richard M. Stallman | 1992-07-12 03:26:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-07-12 03:26:48 +0000 |
| commit | 4a095293c475f963b51f953bd92b0e1fad67a1a7 (patch) | |
| tree | 6197a909169fbf26ad49ef1ea68bb1aebcfbf4d6 /src | |
| parent | c763f396fc03f529308c04b0c66f0204e90b20dd (diff) | |
| download | emacs-4a095293c475f963b51f953bd92b0e1fad67a1a7.tar.gz emacs-4a095293c475f963b51f953bd92b0e1fad67a1a7.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/callproc.c | 4 |
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\ | |||
| 99 | Remaining arguments are strings passed as command arguments to PROGRAM.\n\ | 99 | Remaining arguments are strings passed as command arguments to PROGRAM.\n\ |
| 100 | If BUFFER is nil or 0, returns immediately with value nil.\n\ | 100 | If BUFFER is nil or 0, returns immediately with value nil.\n\ |
| 101 | Otherwise waits for PROGRAM to terminate\n\ | 101 | Otherwise waits for PROGRAM to terminate\n\ |
| 102 | and returns a numeric exit status or a signal name as a string.\n\ | 102 | and returns a numeric exit status or a signal description string.\n\ |
| 103 | If you quit, the process is killed with SIGKILL.") | 103 | If 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\ | |||
| 311 | Remaining args are passed to PROGRAM at startup as command args.\n\ | 311 | Remaining args are passed to PROGRAM at startup as command args.\n\ |
| 312 | If BUFFER is nil, returns immediately with value nil.\n\ | 312 | If BUFFER is nil, returns immediately with value nil.\n\ |
| 313 | Otherwise waits for PROGRAM to terminate\n\ | 313 | Otherwise waits for PROGRAM to terminate\n\ |
| 314 | and returns a numeric exit status or a signal name as a string.\n\ | 314 | and returns a numeric exit status or a signal description string.\n\ |
| 315 | If you quit, the process is killed with SIGKILL.") | 315 | If you quit, the process is killed with SIGKILL.") |
| 316 | (nargs, args) | 316 | (nargs, args) |
| 317 | int nargs; | 317 | int nargs; |