diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-09 10:18:00 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-09 10:18:00 +0100 |
commit | f5c3585e4ddb71c78309f06e844a6c2dd31f3a5f (patch) | |
tree | 2211c3df9321b5d0c024da0ec7fa96f39eca3477 /lisp/use-package/bind-key.el | |
parent | 58a483960dd3e8807cf0df2a865f8b4cda22f784 (diff) | |
download | emacs-f5c3585e4ddb71c78309f06e844a6c2dd31f3a5f.tar.gz emacs-f5c3585e4ddb71c78309f06e844a6c2dd31f3a5f.tar.bz2 emacs-f5c3585e4ddb71c78309f06e844a6c2dd31f3a5f.zip |
; Fix typos
Diffstat (limited to 'lisp/use-package/bind-key.el')
-rw-r--r-- | lisp/use-package/bind-key.el | 4 |
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 |