From daa124e1cc5ea0154f47f7ee271b8922a51c1be8 Mon Sep 17 00:00:00 2001 From: Jacob First Date: Thu, 29 Sep 2022 02:36:32 -0400 Subject: [PATCH] Fix bind-chords docs: :map argument may be a list of keymaps --- lisp/use-package/bind-chord.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)." -- 2.39.2