emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 4b0e421: Document the change in interactive shell


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 4b0e421: Document the change in interactive shell mode
Date: Sat, 12 Dec 2015 13:27:24 +0000

branch: emacs-25
commit 4b0e4213740ef32938063e1dd79f8462112ca33c
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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.
---
 doc/emacs/misc.texi |    4 ++++
 etc/NEWS            |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index 03e6613..41dce52 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -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
address@hidden 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
diff --git a/etc/NEWS b/etc/NEWS
index 1f8ef35..7bebc6b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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



reply via email to

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