Fix bind-chords docs: :map argument may be a list of keymaps
This commit is contained in:
parent
4107bbfbdb
commit
daa124e1cc
1 changed files with 2 additions and 1 deletions
|
@ -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)."
|
||||
|
|
Loading…
Add table
Reference in a new issue