From: Andreas Schwab Date: Sat, 29 Jun 2002 18:16:27 +0000 (+0000) Subject: (shell-command-default-error-buffer): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~14383 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=637fff820c1346a3aca21738830aed86190d3bda;p=emacs.git (shell-command-default-error-buffer): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 85069b254ee..c8873bec3a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,7 @@ * simple.el (shell-command-on-region): Handle errors and signals from shell command execution. (display-message-or-buffer): Fix last change. + (shell-command-default-error-buffer): Doc fix. * dired.el (dired-view-file): Quote file name for dired-run-shell-command. diff --git a/lisp/simple.el b/lisp/simple.el index 416b6934f5e..f3fbbec58a8 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1154,7 +1154,7 @@ is not *inside* the region START...END." (defvar shell-command-default-error-buffer nil "*Buffer name for `shell-command' and `shell-command-on-region' error output. -This buffer is used when `shell-command' or 'shell-command-on-region' +This buffer is used when `shell-command' or `shell-command-on-region' is run interactively. A value of nil means that output to stderr and stdout will be intermixed in the output stream.")