aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob First2022-09-29 02:36:32 -0400
committerJacob First2022-09-29 02:36:32 -0400
commitdaa124e1cc5ea0154f47f7ee271b8922a51c1be8 (patch)
treeedc7e156db6a17bd6482e26adfbb316c9762f9ea
parent4107bbfbdb2b1e4601a7347e86ad4cf199d80976 (diff)
downloademacs-daa124e1cc5ea0154f47f7ee271b8922a51c1be8.tar.gz
emacs-daa124e1cc5ea0154f47f7ee271b8922a51c1be8.zip
Fix bind-chords docs: :map argument may be a list of keymaps
-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 ff19c81fc78..d69a724df66 100644
--- a/lisp/use-package/bind-chord.el
+++ b/lisp/use-package/bind-chord.el
@@ -92,7 +92,8 @@ function symbol (unquoted)."
92 "Bind multiple chords at once. 92 "Bind multiple chords at once.
93 93
94Accepts keyword argument: 94Accepts keyword argument:
95:map - a keymap into which the keybindings should be added 95:map - a keymap or list of keymaps into which the keybindings should be
96 added
96 97
97The rest of the arguments are conses of keybinding string and a 98The rest of the arguments are conses of keybinding string and a
98function symbol (unquoted)." 99function symbol (unquoted)."