diff options
author | Tino Calancha <tino.calancha@gmail.com> | 2016-08-26 15:27:37 +0900 |
---|---|---|
committer | Tino Calancha <tino.calancha@gmail.com> | 2016-08-26 15:27:37 +0900 |
commit | b39c0b31f0328da8b1a87226d5cfd7d46af62c0f (patch) | |
tree | 891504127cac3d371969fedb4142aa874a400a5b /doc | |
parent | 93c67f6b2c98ab69e25d2ca7417bcf6c15a165db (diff) |
Rename option to shell-command-dont-erase-buffer
Suggested by Clément Pit--Claudel in:
http://lists.gnu.org/archive/html/emacs-devel/2016-08/msg00487.html
* lisp/simple.el (shell-command-dont-erase-buffer):
(shell-command--save-pos-or-erase):
(shell-command--set-point-after-cmd):
(shell-command-on-region):
* doc/emacs/misc.texi (shell-command-dont-erase-buffer):
* etc/NEWS (Changes in Emacs 25.2):
Rename from shell-command-not-erase-buffer.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/misc.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index acddb7a8f7..502ccad138 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -771,10 +771,10 @@ the output buffer. But if you change the value of the variable @code{shell-command-default-error-buffer} to a string, error output is inserted into a buffer of that name. -@vindex shell-command-not-erase-buffer +@vindex shell-command-dont-erase-buffer By default, the output buffer is erased between shell commands. If you change the value of the variable -@code{shell-command-not-erase-buffer} to a non-@code{nil} value, +@code{shell-command-dont-erase-buffer} to a non-@code{nil} value, the output buffer is not erased. This variable also controls where to set the point in the output buffer after the command completes; see the documentation of the variable for details. |