emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b13b728: Fix shell-command[-on-region] doc strings


From: Tino Calancha
Subject: [Emacs-diffs] master b13b728: Fix shell-command[-on-region] doc strings
Date: Fri, 22 Jul 2016 05:55:04 +0000 (UTC)

branch: master
commit b13b728cc2dfaf2563fecc1fea502f422913ca07
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    Fix shell-command[-on-region] doc strings
    
    * lisp/simple.el (shell-command, shell-command-on-region):
    Drop the sentence saying that the command may delete the buffer
    '*Shell Command Output*': the command never delete such
    buffer (Bug#23936).
---
 lisp/simple.el |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 51c9100..e91b6e0 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -3288,9 +3288,6 @@ If there is output and an error, and you did not specify 
\"insert it
 in the current buffer\", a message about the error goes at the end
 of the output.
 
-If there is no output, or if output is inserted in the current buffer,
-then `*Shell Command Output*' is deleted.
-
 If the optional third argument ERROR-BUFFER is non-nil, it is a buffer
 or buffer name to which to direct the command's standard error output.
 If it is nil, error output is mingled with regular output.
@@ -3535,9 +3532,7 @@ Otherwise it is displayed in the buffer `*Shell Command 
Output*'.
 The output is available in that buffer in both cases.
 
 If there is output and an error, a message about the error
-appears at the end of the output.  If there is no output, or if
-output is inserted in the current buffer, the buffer `*Shell
-Command Output*' is deleted.
+appears at the end of the output.
 
 Optional fourth arg OUTPUT-BUFFER specifies where to put the
 command's output.  If the value is a buffer or buffer name,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]