diff options
| author | Earl Hyatt | 2020-11-04 07:26:06 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2020-11-07 10:56:46 +0200 |
| commit | a6fcba783e48a232fe8c60e6fb4803334dabddcc (patch) | |
| tree | d6116591457462089b602c1e06539fe1be70c6b1 | |
| parent | 0cdd6c9218f7df5793155e86d2028288b9b38bd1 (diff) | |
| download | emacs-a6fcba783e48a232fe8c60e6fb4803334dabddcc.tar.gz emacs-a6fcba783e48a232fe8c60e6fb4803334dabddcc.zip | |
Fix documentation of 'windmove-swap-states-default-keybindings'
* doc/emacs/windows.texi (Window Convenience): Fix description of
'windmove-swap-states-default-keybindings' and related index
entry. (Bug#44441)
| -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 4c67660b92d..d2bac51a7b2 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi | |||
| @@ -579,7 +579,7 @@ buffer. @xref{Follow Mode}. | |||
| 579 | @findex windmove-default-keybindings | 579 | @findex windmove-default-keybindings |
| 580 | @findex windmove-display-default-keybindings | 580 | @findex windmove-display-default-keybindings |
| 581 | @findex windmove-delete-default-keybindings | 581 | @findex windmove-delete-default-keybindings |
| 582 | @findex windmove-swap-states-in-direction | 582 | @findex windmove-swap-states-default-keybindings |
| 583 | The Windmove package defines commands for moving directionally | 583 | The Windmove package defines commands for moving directionally |
| 584 | between neighboring windows in a frame. @kbd{M-x windmove-right} | 584 | between neighboring windows in a frame. @kbd{M-x windmove-right} |
| 585 | selects the window immediately to the right of the currently selected | 585 | selects the window immediately to the right of the currently selected |
| @@ -593,7 +593,7 @@ keybindings for commands that specify in what direction to display the | |||
| 593 | window for the buffer that the next command is going to display. | 593 | window for the buffer that the next command is going to display. |
| 594 | Also there is @w{@kbd{M-x windmove-delete-default-keybindings}} to | 594 | Also there is @w{@kbd{M-x windmove-delete-default-keybindings}} to |
| 595 | define keybindings for commands that delete windows directionally, and | 595 | define keybindings for commands that delete windows directionally, and |
| 596 | @w{@kbd{M-x windmove-swap-states-in-direction}} that define | 596 | @w{@kbd{M-x windmove-swap-states-default-keybindings}} that defines |
| 597 | keybindings for commands that swap the window contents of the selected | 597 | keybindings for commands that swap the window contents of the selected |
| 598 | window with the window in the specified direction. | 598 | window with the window in the specified direction. |
| 599 | 599 | ||