diff options
| -rw-r--r-- | doc/emacs/misc.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 4aa8e3f700d..cd9b67bcdee 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 | |||
| 784 | the buffer and type the input, terminated by @key{RET}. | 784 | the buffer and type the input, terminated by @key{RET}. |
| 785 | 785 | ||
| 786 | By default, when the subshell is invoked interactively, the | 786 | By default, when the subshell is invoked interactively, the |
| 787 | @file{*shell*} buffer is displayed in a new window. This behavior can | 787 | @file{*shell*} buffer is displayed in a new window, unless the current |
| 788 | window already shows the @file{*shell*} buffer. This behavior can | ||
| 788 | be customized via @code{display-buffer-alist} (@pxref{Window Choice}). | 789 | be customized via @code{display-buffer-alist} (@pxref{Window Choice}). |
| 789 | 790 | ||
| 790 | While the subshell is waiting or running a command, you can switch | 791 | While the subshell is waiting or running a command, you can switch |
| @@ -1071,7 +1072,7 @@ Emacs Lisp Reference Manual}). | |||
| 1071 | @vindex comint-use-prompt-regexp | 1072 | @vindex comint-use-prompt-regexp |
| 1072 | @vindex shell-prompt-pattern | 1073 | @vindex shell-prompt-pattern |
| 1073 | If you change the variable @code{comint-use-prompt-regexp} to a | 1074 | If you change the variable @code{comint-use-prompt-regexp} to a |
| 1074 | non-@code{nil} value, then Comint mode recognize prompts using a | 1075 | non-@code{nil} value, then Comint mode will recognize prompts using a |
| 1075 | regular expression (@pxref{Regexps}). In Shell mode, the regular | 1076 | regular expression (@pxref{Regexps}). In Shell mode, the regular |
| 1076 | expression is specified by the variable @code{shell-prompt-pattern}. | 1077 | expression is specified by the variable @code{shell-prompt-pattern}. |
| 1077 | The default value of @code{comint-use-prompt-regexp} is @code{nil}, | 1078 | The default value of @code{comint-use-prompt-regexp} is @code{nil}, |