# HG changeset patch # User Andreas Schwab # Date 1025374572 0 # Node ID 4eddd0d42a2f81f1934839278149bdbbc6a8eb18 # Parent 3c0e694299ecbe64f6c345b31f5bddc9c34e629d (shell-command-default-error-buffer): Doc fix. diff -r 3c0e694299ec -r 4eddd0d42a2f lisp/simple.el --- a/lisp/simple.el Sat Jun 29 18:13:06 2002 +0000 +++ b/lisp/simple.el Sat Jun 29 18:16:12 2002 +0000 @@ -1154,7 +1154,7 @@ (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.")