emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 c9c0e40: More minor changes in shell-related node


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 c9c0e40: More minor changes in shell-related nodes of Emacs manual
Date: Fri, 11 May 2018 05:40:40 -0400 (EDT)

branch: emacs-26
commit c9c0e40d673a5fc0d24d30ff67ccb7c7f2fb482a
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    More minor changes in shell-related nodes of Emacs manual
    
    * doc/emacs/misc.texi (Interactive Shell): Clarify how the window
    that displays "*shell*" is selected.
    (Shell Prompts): Fix a typo.  Reported by Jorge
    <address@hidden> in emacs-manual-bugs.
---
 doc/emacs/misc.texi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi
index 4aa8e3f..cd9b67b 100644
--- a/doc/emacs/misc.texi
+++ b/doc/emacs/misc.texi
@@ -784,7 +784,8 @@ 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
address@hidden buffer is displayed in a new window, unless the current
+window already shows the @file{*shell*} buffer.  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
@@ -1071,7 +1072,7 @@ Emacs Lisp Reference Manual}).
 @vindex comint-use-prompt-regexp
 @vindex shell-prompt-pattern
   If you change the variable @code{comint-use-prompt-regexp} to a
address@hidden value, then Comint mode recognize prompts using a
address@hidden value, then Comint mode will recognize prompts using a
 regular expression (@pxref{Regexps}).  In Shell mode, the regular
 expression is specified by the variable @code{shell-prompt-pattern}.
 The default value of @code{comint-use-prompt-regexp} is @code{nil},



reply via email to

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