diff options
| author | Jacob First | 2022-09-29 02:36:32 -0400 |
|---|---|---|
| committer | Jacob First | 2022-09-29 02:36:32 -0400 |
| commit | daa124e1cc5ea0154f47f7ee271b8922a51c1be8 (patch) | |
| tree | edc7e156db6a17bd6482e26adfbb316c9762f9ea | |
| parent | 4107bbfbdb2b1e4601a7347e86ad4cf199d80976 (diff) | |
| download | emacs-daa124e1cc5ea0154f47f7ee271b8922a51c1be8.tar.gz emacs-daa124e1cc5ea0154f47f7ee271b8922a51c1be8.zip | |
Fix bind-chords docs: :map argument may be a list of keymaps
| -rw-r--r-- | lisp/use-package/bind-chord.el | 3 |
1 files changed, 2 insertions, 1 deletions
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)." | |||
| 92 | "Bind multiple chords at once. | 92 | "Bind multiple chords at once. |
| 93 | 93 | ||
| 94 | Accepts keyword argument: | 94 | Accepts keyword argument: |
| 95 | :map - a keymap into which the keybindings should be added | 95 | :map - a keymap or list of keymaps into which the keybindings should be |
| 96 | added | ||
| 96 | 97 | ||
| 97 | The rest of the arguments are conses of keybinding string and a | 98 | The rest of the arguments are conses of keybinding string and a |
| 98 | function symbol (unquoted)." | 99 | function symbol (unquoted)." |