From 637fff820c1346a3aca21738830aed86190d3bda Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 29 Jun 2002 18:16:27 +0000 Subject: [PATCH] (shell-command-default-error-buffer): Doc fix. --- lisp/ChangeLog | 1 + lisp/simple.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.") -- 2.39.2