diff options
author | John Wiegley <johnw@newartisans.com> | 2022-11-15 15:28:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-15 15:28:53 -0800 |
commit | 7087a97a24fe0d9fba756369bfb23b28093f6e67 (patch) | |
tree | 1f7f09a99f93707a7d9e2d1ad7955febe8f13c05 /lisp/use-package/bind-chord.el | |
parent | f4ee1c3839a7cc5818198cd1031aee2bef15a7d6 (diff) | |
parent | 3e81af80a2fdf200395aea6bdf15dd897303956f (diff) | |
download | emacs-7087a97a24fe0d9fba756369bfb23b28093f6e67.tar.gz emacs-7087a97a24fe0d9fba756369bfb23b28093f6e67.tar.bz2 emacs-7087a97a24fe0d9fba756369bfb23b28093f6e67.zip |
Merge pull request from jwiegley/revert-1019-johnw/multi-keymap
GitHub-reference: https://github.com/jwiegley/use-package/issues/1021
Diffstat (limited to 'lisp/use-package/bind-chord.el')
-rw-r--r-- | lisp/use-package/bind-chord.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/use-package/bind-chord.el b/lisp/use-package/bind-chord.el index d592736e227..bf0f5866ac4 100644 --- a/lisp/use-package/bind-chord.el +++ b/lisp/use-package/bind-chord.el @@ -92,8 +92,7 @@ function symbol (unquoted)." "Bind multiple chords at once. Accepts keyword argument: -:map - a keymap or list of keymaps into which the keybindings should be - added +:map - a keymap into which the keybindings should be added The rest of the arguments are conses of keybinding string and a function symbol (unquoted)." |