From d7d67f3a5083cf2daa199c8e1f1f4c96a6e19dd3 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 7 Dec 2017 19:55:13 +0100 Subject: [PATCH] Fix typo --- evil-collection.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evil-collection.el b/evil-collection.el index 2632678..9b318df 100644 --- a/evil-collection.el +++ b/evil-collection.el @@ -37,7 +37,7 @@ :group 'evil) (defcustom evil-collection-setup-minibuffer nil - "Whether to setup evil bindings in the minibuffer." + "Whether to setup Evil bindings in the minibuffer." :type 'boolean :group 'evil-collection)