branch: elpa/evil-exchange
commit 25b3eda13bc448dde87fa0122863ecdd73cfbd07
Author: Dewdrops <[email protected]>
Commit: Dewdrops <[email protected]>
doc fix
---
README.md | 4 ----
evil-exchange.el | 2 +-
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 1dac0bbf7f..b55035341f 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,3 @@ Customization
You can change the default bindings by customizing `evil-exchange-key` and/or
`evil-exchange-cancel-key` BEFORE `evil-exchange-install` is called.
-
-
-[](https://bitdeli.com/free
"Bitdeli Badge")
-
diff --git a/evil-exchange.el b/evil-exchange.el
index 4d5aace105..42476ab6cf 100644
--- a/evil-exchange.el
+++ b/evil-exchange.el
@@ -65,7 +65,7 @@
;;;###autoload
(autoload 'evil-exchange "evil-exchange"
- "Exchange text more easily within Evil" t)
+ "Exchange two regions with evil motion." t)
(evil-define-operator evil-exchange (beg end type)
"Exchange two regions with evil motion."