Document the change in interactive shell mode

* doc/emacs/misc.texi (Interactive Shell): Document that the
'*shell*' buffer by default displays in a new window.
This commit is contained in:
Eli Zaretskii 2015-12-12 15:26:53 +02:00
parent c0bc613b24
commit 4b0e421374
2 changed files with 5 additions and 0 deletions

View file

@ -761,6 +761,10 @@ advancing point, and any terminal input for the subshell comes from
text in the buffer. To give input to the subshell, go to the end of
the buffer and type the input, terminated by @key{RET}.
By default, when the subshell is invoked interactively, the
@file{*shell*} buffer is displayed in a new window. This behavior can
be customized via @code{display-buffer-alist} (@pxref{Window Choice}).
While the subshell is waiting or running a command, you can switch
windows or buffers and perform other editing in Emacs. Emacs inserts
the output from the subshell into the Shell buffer whenever it has

View file

@ -452,6 +452,7 @@ packages from `package-selected-packages' which are currently missing.
*** New command `package-autoremove' removes all packages which were
installed strictly as dependencies but are no longer needed.
+++
** Shell
When you invoke `shell' interactively, the *shell* buffer will now