diff options
| author | Lars Ingebrigtsen | 2019-08-16 15:30:40 -0700 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-08-16 15:30:40 -0700 |
| commit | e82923c817159c751aa9c902093a46b9457e8499 (patch) | |
| tree | 6dae85e2c16ae8416d1647c2fe452b77e5127651 /doc | |
| parent | e90c2176ea70006f8ab84f5ee3d0315173e96222 (diff) | |
| download | emacs-e82923c817159c751aa9c902093a46b9457e8499.tar.gz emacs-e82923c817159c751aa9c902093a46b9457e8499.zip | |
Mention `next-multiframe-window' when talking about `other-window'
* doc/emacs/windows.texi (Other Window): Mention
the `next-multiframe-window' command here (which is otherwise not
documented in the manual) (bug#12431).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/windows.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi index 4aeb467dff8..64b61db1cb5 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi | |||
| @@ -181,6 +181,13 @@ the minibuffer window to one of the other windows, and later switch | |||
| 181 | back and finish supplying the minibuffer argument that is requested. | 181 | back and finish supplying the minibuffer argument that is requested. |
| 182 | @xref{Minibuffer Edit}. | 182 | @xref{Minibuffer Edit}. |
| 183 | 183 | ||
| 184 | @findex next-multiframe-window | ||
| 185 | The @code{other-window} command will normally only switch to the next | ||
| 186 | window in the current frame (unless otherwise configured). If you | ||
| 187 | work in a multi-frame environment and you want windows in all frames | ||
| 188 | to be part of the cycle, you can rebind @kbd{C-x o} to the | ||
| 189 | @code{next-multiframe-window} command. | ||
| 190 | |||
| 184 | @kindex C-M-v | 191 | @kindex C-M-v |
| 185 | @findex scroll-other-window | 192 | @findex scroll-other-window |
| 186 | @kindex C-M-S-v | 193 | @kindex C-M-S-v |