diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/misc.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 94e1f198f2b..acddb7a8f70 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -771,6 +771,14 @@ the output buffer. But if you change the value of the variable | |||
| 771 | @code{shell-command-default-error-buffer} to a string, error output is | 771 | @code{shell-command-default-error-buffer} to a string, error output is |
| 772 | inserted into a buffer of that name. | 772 | inserted into a buffer of that name. |
| 773 | 773 | ||
| 774 | @vindex shell-command-not-erase-buffer | ||
| 775 | By default, the output buffer is erased between shell commands. | ||
| 776 | If you change the value of the variable | ||
| 777 | @code{shell-command-not-erase-buffer} to a non-@code{nil} value, | ||
| 778 | the output buffer is not erased. This variable also controls where to | ||
| 779 | set the point in the output buffer after the command completes; see the | ||
| 780 | documentation of the variable for details. | ||
| 781 | |||
| 774 | @node Interactive Shell | 782 | @node Interactive Shell |
| 775 | @subsection Interactive Subshell | 783 | @subsection Interactive Subshell |
| 776 | 784 | ||