]> code.delx.au - gnu-emacs/blobdiff - src/callproc.c
(GDB Graphical Interface): Shorten node names.
[gnu-emacs] / src / callproc.c
index f23996253f14508250a892af53c16b968d62d6c8..7b8ba8fea21efcaad33cfe4edc35937bd163fa6a 100644 (file)
@@ -203,6 +203,10 @@ t (mix it with ordinary output), or a file name string.
 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.