diff options
| author | Richard M. Stallman | 2003-05-18 15:10:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-05-18 15:10:00 +0000 |
| commit | ba9a5174b642f81768ddd471065e767d5c79d9fa (patch) | |
| tree | e6fa33a5f4ccf09b1da9c03501e4ef2af7472864 /src | |
| parent | c34066b7636062189bec4e45768d733f43356e00 (diff) | |
| download | emacs-ba9a5174b642f81768ddd471065e767d5c79d9fa.tar.gz emacs-ba9a5174b642f81768ddd471065e767d5c79d9fa.zip | |
(Fcall_process_region): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/callproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c index 0e9b51920e5..7600957bc17 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -1011,7 +1011,7 @@ t (mix it with ordinary output), or a file name string. | |||
| 1011 | Sixth arg DISPLAY non-nil means redisplay buffer as output is inserted. | 1011 | Sixth arg DISPLAY non-nil means redisplay buffer as output is inserted. |
| 1012 | Remaining args are passed to PROGRAM at startup as command args. | 1012 | Remaining args are passed to PROGRAM at startup as command args. |
| 1013 | 1013 | ||
| 1014 | If BUFFER is nil, `call-process-region' returns immediately with value nil. | 1014 | If BUFFER is 0, `call-process-region' returns immediately with value nil. |
| 1015 | Otherwise it waits for PROGRAM to terminate | 1015 | Otherwise it waits for PROGRAM to terminate |
| 1016 | and returns a numeric exit status or a signal description string. | 1016 | and returns a numeric exit status or a signal description string. |
| 1017 | If you quit, the process is killed with SIGINT, or SIGKILL if you quit again. | 1017 | If you quit, the process is killed with SIGINT, or SIGKILL if you quit again. |