diff options
| author | Pierre Neidhardt <ambrevar@gmail.com> | 2017-12-07 19:55:13 +0100 |
|---|---|---|
| committer | Pierre Neidhardt <ambrevar@gmail.com> | 2017-12-07 19:55:13 +0100 |
| commit | d7d67f3a5083cf2daa199c8e1f1f4c96a6e19dd3 (patch) | |
| tree | ff29b35c1ab7858a70f41f5e8ea41ff08e032373 | |
| parent | 21e9a7d7bc06ec22e2dee5a84deb210485b801b2 (diff) | |
Fix typo
| -rw-r--r-- | evil-collection.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
