]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcall_process_region): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 18 May 2003 15:10:00 +0000 (15:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 18 May 2003 15:10:00 +0000 (15:10 +0000)
src/callproc.c

index 0e9b51920e5f082c338e86cf0f4b981533d1639a..7600957bc179d5f0304fd4c2374cf148ac508aa5 100644 (file)
@@ -1011,7 +1011,7 @@ t (mix it with ordinary output), or a file name string.
 Sixth arg DISPLAY non-nil means redisplay buffer as output is inserted.
 Remaining args are passed to PROGRAM at startup as command args.
 
-If BUFFER is nil, `call-process-region' returns immediately with value nil.
+If BUFFER is 0, `call-process-region' returns immediately with value nil.
 Otherwise it waits for PROGRAM to terminate
 and returns a numeric exit status or a signal description string.
 If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.