Mercurial > emacs
changeset 71340:5de9b904c7ad
(Fcall_process): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 13 Jun 2006 23:08:39 +0000 |
parents | 0c8a94363573 |
children | 012bd1b59e70 |
files | src/callproc.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/callproc.c Tue Jun 13 23:07:56 2006 +0000 +++ b/src/callproc.c Tue Jun 13 23:08:39 2006 +0000 @@ -203,6 +203,10 @@ Fourth arg DISPLAY non-nil means redisplay buffer as output is inserted. Remaining arguments are strings passed as command arguments to PROGRAM. +If executable PROGRAM can't be found as an executable, `call-process' +signals a Lisp error. `call-process' reports errors in execution of +the program only through its return and output. + If BUFFER is 0, `call-process' returns immediately with value nil. Otherwise it waits for PROGRAM to terminate and returns a numeric exit status or a signal description string.