diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/windows.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi index 9473f189c25..4f04dc542eb 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi | |||
| @@ -158,6 +158,8 @@ this option is @code{nil}. | |||
| 158 | @table @kbd | 158 | @table @kbd |
| 159 | @item C-x o | 159 | @item C-x o |
| 160 | Select another window (@code{other-window}). | 160 | Select another window (@code{other-window}). |
| 161 | @item C-x O | ||
| 162 | Select another window, backwards (@code{other-window-backward}). | ||
| 161 | @item C-M-v | 163 | @item C-M-v |
| 162 | Scroll the next window upward (@code{scroll-other-window}). | 164 | Scroll the next window upward (@code{scroll-other-window}). |
| 163 | @item C-M-S-v | 165 | @item C-M-S-v |
| @@ -183,7 +185,8 @@ cycle in the opposite order. When the minibuffer is active, the | |||
| 183 | minibuffer window is the last window in the cycle; you can switch from | 185 | minibuffer window is the last window in the cycle; you can switch from |
| 184 | the minibuffer window to one of the other windows, and later switch | 186 | the minibuffer window to one of the other windows, and later switch |
| 185 | back and finish supplying the minibuffer argument that is requested. | 187 | back and finish supplying the minibuffer argument that is requested. |
| 186 | @xref{Minibuffer Edit}. | 188 | @xref{Minibuffer Edit}. @kbd{C-x O} is similar, but defaults to the |
| 189 | opposite order. | ||
| 187 | 190 | ||
| 188 | @findex next-window-any-frame | 191 | @findex next-window-any-frame |
| 189 | The @code{other-window} command will normally only switch to the next | 192 | The @code{other-window} command will normally only switch to the next |