aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2019-08-17 09:28:52 +0300
committerEli Zaretskii2019-08-17 09:28:52 +0300
commit6715e6af10421b8bf5cc26e42e7c8e11f08769c8 (patch)
tree28bbef81541347ff4ccaa424d71b96e92d298b8a /doc
parentd7c9ed8445d13de7350be3360d68717362f89929 (diff)
downloademacs-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.texi3
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
186window in the current frame (unless otherwise configured). If you 186window in the current frame (unless otherwise configured). If you
187work in a multi-frame environment and you want windows in all frames 187work in a multi-frame environment and you want windows in all frames
188to be part of the cycle, you can rebind @kbd{C-x o} to the 188to 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
190rebind a command.)
190 191
191@kindex C-M-v 192@kindex C-M-v
192@findex scroll-other-window 193@findex scroll-other-window