From f26ef21a8fae5abb6a137199fbef1b7e2de9e44b Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 6 Aug 2020 03:38:58 +0800 Subject: [PATCH] Correct a typo in evil-collection.el --- evil-collection.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evil-collection.el b/evil-collection.el index ac5ef02..c72f11c 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -488,7 +488,7 @@ STATES should be the name of an evil state, a list of states, or nil. KEYMAPS should be a symbol corresponding to the keymap to make the translations in or a list of keymap symbols. Like `evil-define-key', when a keymap does not exist, the keybindings will be deferred until the keymap is defined, so -`with-eval-after-load' is not neccessary. TRANSLATIONS corresponds to a list of +`with-eval-after-load' is not necessary. TRANSLATIONS corresponds to a list of key replacement pairs. For example, specifying \"a\" \"b\" will bind \"a\" to \"b\"'s definition in the keymap. Specifying nil as a replacement will unbind a key. If DESTRUCTIVE is nil, a backup of the keymap will be stored on the initial