diff options
| -rw-r--r-- | doc/emacs/windows.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi index 5e07e83ee53..facbc7f3ed8 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi | |||
| @@ -311,7 +311,8 @@ minibuffer window, even if that is active at the time). Deleting the | |||
| 311 | window has no effect on the buffer it used to display; the buffer | 311 | window has no effect on the buffer it used to display; the buffer |
| 312 | continues to exist, and you can still switch to it with @kbd{C-x b}. | 312 | continues to exist, and you can still switch to it with @kbd{C-x b}. |
| 313 | The option @code{delete-window-choose-selected} allows to choose which | 313 | The option @code{delete-window-choose-selected} allows to choose which |
| 314 | window becomes the new selected window instead. | 314 | window becomes the new selected window instead (@pxref{Deleting |
| 315 | Windows,,, elisp, The Emacs Lisp Reference Manual}). | ||
| 315 | 316 | ||
| 316 | @findex kill-buffer-and-window | 317 | @findex kill-buffer-and-window |
| 317 | @kindex C-x 4 0 | 318 | @kindex C-x 4 0 |