summaryrefslogtreecommitdiff
path: root/lisp/use-package/bind-chord.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2022-11-15 09:28:30 -0800
committerGitHub <noreply@github.com>2022-11-15 09:28:30 -0800
commitf4ee1c3839a7cc5818198cd1031aee2bef15a7d6 (patch)
tree3b7699e4ffab2312c14f697da11059409ba4b86c /lisp/use-package/bind-chord.el
parentcf8ab8b52eae65a108d899e896e1171355122bb7 (diff)
parent49fffe7cf4beb7b35d90758f4e6c24ebfe3615e1 (diff)
downloademacs-f4ee1c3839a7cc5818198cd1031aee2bef15a7d6.tar.gz
emacs-f4ee1c3839a7cc5818198cd1031aee2bef15a7d6.tar.bz2
emacs-f4ee1c3839a7cc5818198cd1031aee2bef15a7d6.zip
Merge pull request from jwiegley/johnw/multi-keymap
GitHub-reference: https://github.com/jwiegley/use-package/issues/1019
Diffstat (limited to 'lisp/use-package/bind-chord.el')
-rw-r--r--lisp/use-package/bind-chord.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/use-package/bind-chord.el b/lisp/use-package/bind-chord.el
index bf0f5866ac4..d592736e227 100644
--- 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)."