Mercurial > emacs
changeset 46092:4eddd0d42a2f
(shell-command-default-error-buffer): Doc fix.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sat, 29 Jun 2002 18:16:12 +0000 |
parents | 3c0e694299ec |
children | 070dab19fecf |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.")