emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bind-key 89c507b505 1/5: Fix bind-chords docs: :map arg


From: ELPA Syncer
Subject: [elpa] externals/bind-key 89c507b505 1/5: Fix bind-chords docs: :map argument may be a list of keymaps
Date: Tue, 15 Nov 2022 12:57:20 -0500 (EST)

branch: externals/bind-key
commit 89c507b505395568293049ef56da1bee5347cfa1
Author: Jacob First <jacob.first@member.fsf.org>
Commit: Jacob First <jacob.first@member.fsf.org>

    Fix bind-chords docs: :map argument may be a list of keymaps
---
 bind-chord.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bind-chord.el b/bind-chord.el
index ff19c81fc7..d69a724df6 100644
--- a/bind-chord.el
+++ b/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)."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]