emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-exchange 25b3eda13b 12/46: doc fix


From: ELPA Syncer
Subject: [nongnu] elpa/evil-exchange 25b3eda13b 12/46: doc fix
Date: Thu, 6 Jan 2022 03:59:51 -0500 (EST)

branch: elpa/evil-exchange
commit 25b3eda13bc448dde87fa0122863ecdd73cfbd07
Author: Dewdrops <v_v_4474@126.com>
Commit: Dewdrops <v_v_4474@126.com>

    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.
 
-
-
-[![Bitdeli 
Badge](https://d2weczhvl823v0.cloudfront.net/Dewdrops/evil-exchange/trend.png)](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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]