summaryrefslogtreecommitdiff
path: root/lisp/use-package/bind-chord.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2022-11-15 15:24:12 -0800
committerGitHub <noreply@github.com>2022-11-15 15:24:12 -0800
commit3e81af80a2fdf200395aea6bdf15dd897303956f (patch)
tree1f7f09a99f93707a7d9e2d1ad7955febe8f13c05 /lisp/use-package/bind-chord.el
parentf4ee1c3839a7cc5818198cd1031aee2bef15a7d6 (diff)
downloademacs-3e81af80a2fdf200395aea6bdf15dd897303956f.tar.gz
emacs-3e81af80a2fdf200395aea6bdf15dd897303956f.tar.bz2
emacs-3e81af80a2fdf200395aea6bdf15dd897303956f.zip
Revert "Allow multiple keymaps in :map argument"
Diffstat (limited to 'lisp/use-package/bind-chord.el')
-rw-r--r--lisp/use-package/bind-chord.el3
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)."