diff options
author | John Wiegley <johnw@newartisans.com> | 2022-11-15 09:28:30 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-15 09:28:30 -0800 |
commit | f4ee1c3839a7cc5818198cd1031aee2bef15a7d6 (patch) | |
tree | 3b7699e4ffab2312c14f697da11059409ba4b86c /lisp/use-package/bind-chord.el | |
parent | cf8ab8b52eae65a108d899e896e1171355122bb7 (diff) | |
parent | 49fffe7cf4beb7b35d90758f4e6c24ebfe3615e1 (diff) | |
download | emacs-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.el | 3 |
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)." |