diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/misc.texi | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index ab3318c4a24..6b95b12a846 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -826,12 +826,14 @@ the output buffer. But if you change the value of the variable | |||
| 826 | inserted into a buffer of that name. | 826 | inserted into a buffer of that name. |
| 827 | 827 | ||
| 828 | @vindex shell-command-dont-erase-buffer | 828 | @vindex shell-command-dont-erase-buffer |
| 829 | By default, the output buffer is erased between shell commands. | 829 | By default, the output buffer is erased between shell commands, except |
| 830 | If you change the value of the variable | 830 | when the output goes to the current buffer. If you change the value |
| 831 | @code{shell-command-dont-erase-buffer} to a non-@code{nil} value, | 831 | of the option @code{shell-command-dont-erase-buffer} to @code{erase}, |
| 832 | the output buffer is not erased. This variable also controls where to | 832 | then the output buffer is always erased. Any other non-@code{nil} |
| 833 | set the point in the output buffer after the command completes; see the | 833 | value prevents to erase the output buffer. |
| 834 | documentation of the variable for details. | 834 | |
| 835 | This option also controls where to set the point in the output buffer | ||
| 836 | after the command completes; see the documentation of the option for details. | ||
| 835 | 837 | ||
| 836 | @node Interactive Shell | 838 | @node Interactive Shell |
| 837 | @subsection Interactive Subshell | 839 | @subsection Interactive Subshell |