diff options
| author | Stefan Kangas | 2019-11-06 00:49:02 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2019-11-06 00:49:19 +0100 |
| commit | c91c145d61cb53cb9f88686cbde4aaf6d9c42794 (patch) | |
| tree | c9e7dd4103fa32a96c8480aa7bb929a6885ebc61 /doc | |
| parent | a8dbb7cc865f227a39708df3fe8d24e6f52b6e28 (diff) | |
| download | emacs-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.texi | 4 |
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 | |||
| 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 | 184 | @findex next-window-any-frame |
| 185 | The @code{other-window} command will normally only switch to the next | 185 | 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. (@xref{Rebinding}, for how to | 189 | @code{next-window-any-frame} command. (@xref{Rebinding}, for how to |
| 190 | rebind a command.) | 190 | rebind a command.) |
| 191 | 191 | ||
| 192 | @kindex C-M-v | 192 | @kindex C-M-v |