diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-12-21 11:19:04 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-12-21 11:19:04 +0100 |
commit | cf6dc1838af4b3d0604d0848e1ac0d4fbd9c3dbc (patch) | |
tree | 49d76ec7b8201a96b5d12e6f5db09d8b93bdf155 /doc/emacs | |
parent | e56dd354c751ee67d0012a0209b769246207d74c (diff) | |
download | emacs-cf6dc1838af4b3d0604d0848e1ac0d4fbd9c3dbc.tar.gz emacs-cf6dc1838af4b3d0604d0848e1ac0d4fbd9c3dbc.tar.bz2 emacs-cf6dc1838af4b3d0604d0848e1ac0d4fbd9c3dbc.zip |
; Fix spelling; be consistent with "key binding" (Bug#52674)
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/text.texi | 4 | ||||
-rw-r--r-- | doc/emacs/windows.texi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index ead0f699bb3..90e7bdbf3ec 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi @@ -474,8 +474,8 @@ insert a curved quote even when Electric Quote is disabled or inactive, you can type @kbd{C-x 8 [} for @t{‘}, @kbd{C-x 8 ]} for @t{’}, @kbd{C-x 8 @{} for @t{“}, and @kbd{C-x 8 @}} for @t{”}. @xref{Inserting Text}. Note that the value of -@code{electric-quote-chars} does not affect these keybindings, they -are not keybindings of @code{electric-quote-mode} but bound in +@code{electric-quote-chars} does not affect these key bindings, they +are not key bindings of @code{electric-quote-mode} but bound in @code{global-map}. @node Filling diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi index 27c754133f7..8b833f412c7 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi @@ -605,7 +605,7 @@ selects the window immediately to the right of the currently selected one, and similarly for the left, up, and down counterparts. @code{windmove-default-keybindings} binds these commands to @kbd{S-right} etc.; doing so disables shift selection for those keys -(@pxref{Shift Selection}). In the same way as keybindings can be +(@pxref{Shift Selection}). In the same way as key bindings can be defined for commands that select windows directionally, you can use @code{windmove-display-default-keybindings} to define keybindings for commands that specify in what direction to display the window for the @@ -613,7 +613,7 @@ buffer that the next command is going to display. Also there is @code{windmove-delete-default-keybindings} to define keybindings for commands that delete windows directionally, and @code{windmove-swap-states-default-keybindings} that defines -keybindings for commands that swap the window contents of the selected +key bindings for commands that swap the window contents of the selected window with the window in the specified direction. The command @kbd{M-x compare-windows} lets you compare the text |