]> git.eshelyaron.com Git - emacs.git/commitdiff
call-process doc string clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 31 Aug 2021 02:13:58 +0000 (04:13 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 31 Aug 2021 02:13:58 +0000 (04:13 +0200)
* src/callproc.c (Fcall_process): Explicitly say that "output"
means both stdout and stderr (bug#37906).

src/callproc.c

index 675b78daf3e1a2d7461004446c5d42e6b69914a3..fa43f973844c6e42f06fdade9e00b723ec6c3736 100644 (file)
@@ -232,6 +232,8 @@ directory where the process is run (see below).  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.
+(\"Output\" here means both standard output and standard error
+output.)
 If DESTINATION is a buffer, or t that stands for the current buffer,
  it means insert output in that buffer before point.
 If DESTINATION is nil, it means discard output; 0 means discard