aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab1998-10-30 11:01:38 +0000
committerAndreas Schwab1998-10-30 11:01:38 +0000
commitb735c9913f34f4a9645e835ebc52733bedf6882d (patch)
tree218faa0c528b05897abc673c3310d190a3a4890e
parent7ff1b00e83f8027862db9b4067c3596c3b78767c (diff)
downloademacs-b735c9913f34f4a9645e835ebc52733bedf6882d.tar.gz
emacs-b735c9913f34f4a9645e835ebc52733bedf6882d.zip
(shell-command-on-region): Doc fix.
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index b8eb9e6fd5d..4f78df506e3 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1191,7 +1191,7 @@ If REPLACE, the optional fifth argument, is non-nil, that means insert
1191the output in place of text from START to END, putting point and mark 1191the output in place of text from START to END, putting point and mark
1192around it. 1192around it.
1193 1193
1194If optional fifth sixth ERROR-BUFFER is non-nil, it is a buffer 1194If optional sixth argument ERROR-BUFFER is non-nil, it is a buffer
1195or buffer name to which to direct the command's standard error output. 1195or buffer name to which to direct the command's standard error output.
1196If it is nil, error output is mingled with regular output." 1196If it is nil, error output is mingled with regular output."
1197 (interactive (let ((string 1197 (interactive (let ((string