diff options
| author | Eli Zaretskii | 2019-08-17 09:28:52 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-08-17 09:28:52 +0300 |
| commit | 6715e6af10421b8bf5cc26e42e7c8e11f08769c8 (patch) | |
| tree | 28bbef81541347ff4ccaa424d71b96e92d298b8a /doc | |
| parent | d7c9ed8445d13de7350be3360d68717362f89929 (diff) | |
| download | emacs-6715e6af10421b8bf5cc26e42e7c8e11f08769c8.tar.gz emacs-6715e6af10421b8bf5cc26e42e7c8e11f08769c8.zip | |
Fix a recent documentation change
* doc/emacs/windows.texi (Other Window): Add a cross-reference
to "Rebinding". (Bug#12431)
Diffstat (limited to 'doc')
| -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 64b61db1cb5..19f6cff7bf2 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi | |||
| @@ -186,7 +186,8 @@ The @code{other-window} command will normally only switch to the next | |||
| 186 | window in the current frame (unless otherwise configured). If you | 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 | 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 | 188 | to be part of the cycle, you can rebind @kbd{C-x o} to the |
| 189 | @code{next-multiframe-window} command. | 189 | @code{next-multiframe-window} command. (@xref{Rebinding}, for how to |
| 190 | rebind a command.) | ||
| 190 | 191 | ||
| 191 | @kindex C-M-v | 192 | @kindex C-M-v |
| 192 | @findex scroll-other-window | 193 | @findex scroll-other-window |