branch: elpa/evil-nerd-commenter
commit 229ed115d2c9020d461b4bd8b9c0bda6313ec281
Author: lalopmak <[email protected]>
Commit: lalopmak <[email protected]>
Streamlined evil section
---
README.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index f810b3b8b1..ca6b41a702 100644
--- a/README.org
+++ b/README.org
@@ -88,9 +88,9 @@ var myJson={
#+END_SRC
* Evil Usage
-If you use [[http://emacswiki.org/emacs/Evil][evil-mode]], you come with an
operator that works with all the usual text objects and motions:
+If you use [[http://emacswiki.org/emacs/Evil][evil-mode]], you get an operator
that works with all the usual text objects and motions:
-- evilnc-comment-operator :: in evil mode, acts much like the delete/change
operator. Takes a motion or text object and comments it out, yanking its
content in the process.
+- evilnc-comment-operator :: acts much like the delete/change operator. Takes
a motion or text object and comments it out, yanking its content in the
process.
Example 1: ",," to comment out the current line.