diff options
author | Juri Linkov <juri@linkov.net> | 2021-06-13 01:10:38 +0300 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2021-06-13 01:10:38 +0300 |
commit | dc471feee3bcac872cc52cdc73282955cd2d219d (patch) | |
tree | fececeb284f4b2d1ac41d8bcd3aedd931c9ccb75 /doc/emacs/windows.texi | |
parent | 4c6554413d318069239ba83f4f42fa2452801d30 (diff) | |
download | emacs-dc471feee3bcac872cc52cdc73282955cd2d219d.tar.gz emacs-dc471feee3bcac872cc52cdc73282955cd2d219d.tar.bz2 emacs-dc471feee3bcac872cc52cdc73282955cd2d219d.zip |
* doc/emacs/windows.texi (Change Window): Add pxref to (elisp)Deleting Windows
(Bug#47300)
Diffstat (limited to 'doc/emacs/windows.texi')
-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 window has no effect on the buffer it used to display; the buffer continues to exist, and you can still switch to it with @kbd{C-x b}. The option @code{delete-window-choose-selected} allows to choose which -window becomes the new selected window instead. +window becomes the new selected window instead (@pxref{Deleting +Windows,,, elisp, The Emacs Lisp Reference Manual}). @findex kill-buffer-and-window @kindex C-x 4 0 |