Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit 1867b7d

Browse files
committed
Fix bind-chord docs: :map argument may be a list of keymaps
1 parent a6e8564 commit 1867b7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bind-chord.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ function symbol (unquoted)."
102102
"Bind multiple chords at once.
103103
104104
Accepts keyword argument:
105-
:map - a keymap into which the keybindings should be added
105+
:map - a keymap or list of keymaps into which the keybindings should be
106+
added
106107
107108
The rest of the arguments are conses of keybinding string and a
108109
function symbol (unquoted)."

0 commit comments

Comments
 (0)