]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention `call-process-region' in the `call-process' doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 9 Jul 2019 15:59:37 +0000 (17:59 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 9 Jul 2019 16:00:52 +0000 (18:00 +0200)
* src/callproc.c (Fcall_process): Mention `call-process-region'
(bug#35187).

src/callproc.c

index 2596f9019e4ac680dba0aa4e7077d323299dc385..3c77238cfb6d1db354f96d905ddfcbc131b79206 100644 (file)
@@ -219,7 +219,10 @@ static mode_t const default_output_mode = 0666;
 DEFUN ("call-process", Fcall_process, Scall_process, 1, MANY, 0,
        doc: /* Call PROGRAM synchronously in separate process.
 The remaining arguments are optional.
+
 The program's input comes from file INFILE (nil means `/dev/null').
+If you want to make the input come from an Emacs buffer, use
+`call-process-region' instead.
 
 Third argument DESTINATION specifies how to handle program's output.
 If DESTINATION is a buffer, or t that stands for the current buffer,