diff options
| author | Brian Leung <leungbk@posteo.net> | 2022-07-11 10:49:20 -0700 |
|---|---|---|
| committer | Youmu <condy0919@gmail.com> | 2022-07-12 15:29:44 +0800 |
| commit | 91e55503b435bf20ab8bdf7bd876ce5f0893dec8 (patch) | |
| tree | 1ff2eac152a1990a3ff0103f96210e8ccb2a9f9e | |
| parent | ae35410851b91f88acecba60fa1066e69742bf27 (diff) | |
Placate docstring complaint
This is causing CI to fail on Emacs snapshot.
| -rw-r--r-- | evil-collection.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/evil-collection.el b/evil-collection.el index 1fc3448..04a6d51 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -675,9 +675,9 @@ modes in the current buffer." &rest translations &key destructive &allow-other-keys) - "Similar to `evil-collection-translate-key' but for minor modes." - "Translate keys in the keymap(s) corresponding to STATES and MODES. + +Similar to `evil-collection-translate-key' but for minor modes. STATES should be the name of an evil state, a list of states, or nil. MODES should be a symbol corresponding to minor-mode to make the translations in or a list of minor-mode symbols. TRANSLATIONS corresponds to a list of |
