1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

Fix bind-chords docs: :map argument may be a list of keymaps

This commit is contained in:
Jacob First 2022-09-29 02:36:32 -04:00
parent 4107bbfbdb
commit daa124e1cc

View 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)."