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/lispref | |
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/lispref')
-rw-r--r-- | doc/lispref/keymaps.texi | 4 | ||||
-rw-r--r-- | doc/lispref/loading.texi | 2 | ||||
-rw-r--r-- | doc/lispref/searching.texi | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index edf1d6e83fd..adde65e9705 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi @@ -706,7 +706,7 @@ active keymaps, except for the global keymap. Secondly, the terminal-local variable @code{overriding-terminal-local-map} specifies a keymap that takes precedence over @emph{all} other keymaps (including @code{overriding-local-map}); this is normally used for -modal/transient keybindings (the function @code{set-transient-map} +modal/transient key bindings (the function @code{set-transient-map} provides a convenient interface for this). @xref{Controlling Active Maps}, for details. @@ -1969,7 +1969,7 @@ redefines @kbd{C-x C-\} to move down a line. redefines the first (leftmost) mouse button, entered with the Meta key, to set point where you click. -@cindex non-@acronym{ASCII} text in keybindings +@cindex non-@acronym{ASCII} text in key bindings Be careful when using non-@acronym{ASCII} text characters in Lisp specifications of keys to bind. If these are read as multibyte text, as they usually will be in a Lisp file (@pxref{Loading Non-ASCII}), you diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index ee119445e56..e4cd940ab2e 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi @@ -482,7 +482,7 @@ automatically. However, if this does make a difference, you can force a particular Lisp file to be interpreted as unibyte by writing @samp{coding: raw-text} in a local variables section. With that designator, the file will unconditionally be interpreted as -unibyte. This can matter when making keybindings to +unibyte. This can matter when making key bindings to non-@acronym{ASCII} characters written as @code{?v@var{literal}}. @node Autoload diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index 296ce20169c..63b02a32929 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi @@ -2854,7 +2854,7 @@ Display some help, then ask again. @defvar multi-query-replace-map This variable holds a keymap that extends @code{query-replace-map} by -providing additional keybindings that are useful in multi-buffer +providing additional key bindings that are useful in multi-buffer replacements. The additional bindings are: @table @code |