summaryrefslogtreecommitdiff
path: root/lisp/use-package
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-09 10:18:00 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-09 10:18:00 +0100
commitf5c3585e4ddb71c78309f06e844a6c2dd31f3a5f (patch)
tree2211c3df9321b5d0c024da0ec7fa96f39eca3477 /lisp/use-package
parent58a483960dd3e8807cf0df2a865f8b4cda22f784 (diff)
downloademacs-f5c3585e4ddb71c78309f06e844a6c2dd31f3a5f.tar.gz
; Fix typos
Diffstat (limited to 'lisp/use-package')
-rw-r--r--lisp/use-package/bind-key.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/use-package/bind-key.el b/lisp/use-package/bind-key.el
index 9a1d65ba5ef..a5d6a5f45bb 100644
--- a/lisp/use-package/bind-key.el
+++ b/lisp/use-package/bind-key.el
@@ -282,7 +282,7 @@ Accepts keyword arguments:
key in the repeat map, but will not set the
`repeat-map' property of the bound command.
:continue BINDINGS - Within the scope of `:repeat-map' forces the
- same behaviour as if no special keyword had
+ same behavior as if no special keyword had
been used (that is, the command is bound, and
it's `repeat-map' property set)
:filter FORM - optional form to determine when bindings apply
@@ -429,7 +429,7 @@ Accepts keyword arguments:
key in the repeat map, but will not set the
`repeat-map' property of the bound command.
:continue BINDINGS - Within the scope of `:repeat-map' forces the
- same behaviour as if no special keyword had
+ same behavior as if no special keyword had
been used (that is, the command is bound, and
it's `repeat-map' property set)
:filter FORM - optional form to determine when bindings apply