summaryrefslogtreecommitdiff
path: root/doc/emacs/windows.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2020-11-07 09:57:56 -0800
committerGlenn Morris <rgm@gnu.org>2020-11-07 09:57:56 -0800
commit33e8116fc2c24b14d30c08a09cc034bea6f9d584 (patch)
tree1be8512dcde3fbf6679f931295eabbe4bb6e1b0d /doc/emacs/windows.texi
parent1de00441a5cd983ae4d76eecd80286928e791e96 (diff)
parentf5d7fb3a2dee3f9ae49151e3d01483aad7fb734b (diff)
downloademacs-33e8116fc2c24b14d30c08a09cc034bea6f9d584.tar.gz
Merge from origin/emacs-27
f5d7fb3a2d (origin/emacs-27) Fix 'uudecode-decode-region-internal' in... d4242177da Fix 'send-string-to-terminal' writing very long strings 9da0f4026c * lisp/subr.el (read-char-from-minibuffer): Doc fix. (Bug... 9899f74e4e Merge branch 'emacs-27' of git.savannah.gnu.org:/srv/git/e... a6fcba783e Fix documentation of 'windmove-swap-states-default-keybind... f4acd7a924 Split windows evenly when 'min-margins' parameter was set ...
Diffstat (limited to 'doc/emacs/windows.texi')
-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 bc1dcd7f419..07f826933db 100644
--- a/doc/emacs/windows.texi
+++ b/doc/emacs/windows.texi
@@ -589,7 +589,7 @@ buffer. @xref{Follow Mode}.
@findex windmove-default-keybindings
@findex windmove-display-default-keybindings
@findex windmove-delete-default-keybindings
-@findex windmove-swap-states-in-direction
+@findex windmove-swap-states-default-keybindings
The Windmove package defines commands for moving directionally
between neighboring windows in a frame. @kbd{M-x windmove-right}
selects the window immediately to the right of the currently selected
@@ -603,7 +603,7 @@ keybindings for commands that specify in what direction to display the
window for the buffer that the next command is going to display.
Also there is @w{@kbd{M-x windmove-delete-default-keybindings}} to
define keybindings for commands that delete windows directionally, and
-@w{@kbd{M-x windmove-swap-states-in-direction}} that define
+@w{@kbd{M-x windmove-swap-states-default-keybindings}} that defines
keybindings for commands that swap the window contents of the selected
window with the window in the specified direction.