projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4107bbf
)
Fix bind-chords docs: :map argument may be a list of keymaps
author
Jacob First
<jacob.first@member.fsf.org>
Thu, 29 Sep 2022 06:36:32 +0000
(
02:36
-0400)
committer
Jacob First
<jacob.first@member.fsf.org>
Thu, 29 Sep 2022 06:36:32 +0000
(
02:36
-0400)
lisp/use-package/bind-chord.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/bind-chord.el
b/lisp/use-package/bind-chord.el
index ff19c81fc78d7cf45ee8b8b7f2f6e23a26838c53..d69a724df668ef7d1b7b76f2a796808ab50985ce 100644
(file)
--- a/
lisp/use-package/bind-chord.el
+++ b/
lisp/use-package/bind-chord.el
@@
-92,7
+92,8
@@
function symbol (unquoted)."
"Bind multiple chords at once.
Accepts keyword argument:
-:map - a keymap into which the keybindings should be added
+:map - a keymap or list of keymaps into which the keybindings should be
+ added
The rest of the arguments are conses of keybinding string and a
function symbol (unquoted)."