]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix bind-chords docs: :map argument may be a list of keymaps
authorJacob First <jacob.first@member.fsf.org>
Thu, 29 Sep 2022 06:36:32 +0000 (02:36 -0400)
committerJacob First <jacob.first@member.fsf.org>
Thu, 29 Sep 2022 06:36:32 +0000 (02:36 -0400)
lisp/use-package/bind-chord.el

index ff19c81fc78d7cf45ee8b8b7f2f6e23a26838c53..d69a724df668ef7d1b7b76f2a796808ab50985ce 100644 (file)
@@ -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)."