Docs.
This commit is contained in:
parent
1f36bfb7e5
commit
c9a33c6381
1 changed files with 2 additions and 0 deletions
|
@ -128,6 +128,8 @@ FUNC. DESC should be a brief description of the binding."
|
|||
(setq magit-key-mode-key-maps nil)))
|
||||
|
||||
(defun magit-key-mode-options-for-group (for-group)
|
||||
"Retrieve the options (switches, commands and arguments) for
|
||||
the group FOR-GROUP."
|
||||
(or (cdr (assoc for-group magit-key-mode-groups))
|
||||
(error "Unknown group '%s'" for-group)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue