aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefan Kangas2019-11-06 00:49:02 +0100
committerStefan Kangas2019-11-06 00:49:19 +0100
commitc91c145d61cb53cb9f88686cbde4aaf6d9c42794 (patch)
treec9e7dd4103fa32a96c8480aa7bb929a6885ebc61 /doc
parenta8dbb7cc865f227a39708df3fe8d24e6f52b6e28 (diff)
downloademacs-c91c145d61cb53cb9f88686cbde4aaf6d9c42794.tar.gz
emacs-c91c145d61cb53cb9f88686cbde4aaf6d9c42794.zip
Rename *-multiframe-window to *-window-any-frame
Suggested by Drew Adams. * lisp/frame.el (next-multiframe-window): Define as obsolete alias for... (next-window-any-frame): ...new function name. (previous-multiframe-window): Define as obsolete alias for... (previous-window-any-frame): ...new function name. (Bug#12436) * lisp/term/ns-win.el (global-map): Use new command name. * doc/emacs/windows.texi (Other Window): Document it. * etc/NEWS: Announce it.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/windows.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi
index 19f6cff7bf2..53e9a4bb584 100644
--- a/doc/emacs/windows.texi
+++ b/doc/emacs/windows.texi
@@ -181,12 +181,12 @@ the minibuffer window to one of the other windows, and later switch
181back and finish supplying the minibuffer argument that is requested. 181back and finish supplying the minibuffer argument that is requested.
182@xref{Minibuffer Edit}. 182@xref{Minibuffer Edit}.
183 183
184@findex next-multiframe-window 184@findex next-window-any-frame
185The @code{other-window} command will normally only switch to the next 185The @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. (@xref{Rebinding}, for how to 189@code{next-window-any-frame} command. (@xref{Rebinding}, for how to
190rebind a command.) 190rebind a command.)
191 191
192@kindex C-M-v 192@kindex C-M-v