From: Jacob First Date: Thu, 29 Sep 2022 06:36:32 +0000 (-0400) Subject: Fix bind-chords docs: :map argument may be a list of keymaps X-Git-Tag: emacs-29.0.90~1306^2~15^2~6^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=daa124e1cc;p=emacs.git Fix bind-chords docs: :map argument may be a list of keymaps --- 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)." "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)."