]> git.eshelyaron.com Git - emacs.git/commitdiff
(shell-command-default-error-buffer): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Sat, 29 Jun 2002 18:16:27 +0000 (18:16 +0000)
committerAndreas Schwab <schwab@suse.de>
Sat, 29 Jun 2002 18:16:27 +0000 (18:16 +0000)
lisp/ChangeLog
lisp/simple.el

index 85069b254ee774d9aa1cf868b5a5f5e1ffa93c5a..c8873bec3a0d7eb4f9c95e455d7deb280212fcb7 100644 (file)
@@ -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.
index 416b6934f5ef19bea307a97ff1e3c34c84258806..f3fbbec58a8d9efc6bb94156d05f2ea4521195a0 100644 (file)
@@ -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.")