diff options
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; |