diff src/callproc.c @ 51070:54c727f3404e

(Fcall_process_region): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 18 May 2003 15:10:00 +0000
parents 23a1cea22d13
children d30115b64d58
line wrap: on
line diff
--- a/src/callproc.c	Sun May 18 15:07:11 2003 +0000
+++ b/src/callproc.c	Sun May 18 15:10:00 2003 +0000
@@ -1011,7 +1011,7 @@
 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.