summaryrefslogtreecommitdiff
path: root/doc/lispref/commands.texi
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-14 11:55:52 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-14 12:13:31 +0200
commit2a05479c221d4a13b15ed731e4eb1c0de99e97ed (patch)
tree2b28f1c72560050896e5461e068316fc59bbd4bd /doc/lispref/commands.texi
parentddecd864cfeced3e8a01d1b58ef8dcffd177c0f8 (diff)
downloademacs-2a05479c221d4a13b15ed731e4eb1c0de99e97ed.tar.gz
emacs-2a05479c221d4a13b15ed731e4eb1c0de99e97ed.tar.bz2
emacs-2a05479c221d4a13b15ed731e4eb1c0de99e97ed.zip
; Fix typos: prefer American spelling
Diffstat (limited to 'doc/lispref/commands.texi')
-rw-r--r--doc/lispref/commands.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 1718978a395..865fa26b275 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -2977,7 +2977,7 @@ returns the key sequence as a vector, never as a string.
If an input character is upper-case (or has the shift modifier) and
has no key binding, but its lower-case equivalent has one, then
@code{read-key-sequence} converts the character to lower case. (This
-behaviour can be disabled by setting the
+behavior can be disabled by setting the
@code{translate-upper-case-key-bindings} user option to @code{nil}.)
Note that @code{lookup-key} does not perform case conversion in this
way.