summaryrefslogtreecommitdiff
path: root/lisp/simple.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2002-06-29 18:16:27 +0000
committerAndreas Schwab <schwab@suse.de>2002-06-29 18:16:27 +0000
commit637fff820c1346a3aca21738830aed86190d3bda (patch)
tree2920ab210fa08af4bf6ac8681e9043f3a99f24bb /lisp/simple.el
parent61b80ebf7f608cc2914d706ea4d167598e0d1b10 (diff)
downloademacs-637fff820c1346a3aca21738830aed86190d3bda.tar.gz
(shell-command-default-error-buffer): Doc fix.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
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.")