branch: elpa/evil-nerd-commenter
commit 3c3fb92e674a3e8d4a1a104049ecdf59711bcb16
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
minor typo in README
---
README.org | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 5fd452e8c5..858bbeed34 100644
--- a/README.org
+++ b/README.org
@@ -53,7 +53,7 @@ Further explanation, the content of evilnc-default-hotkeys is:
#+END_SRC
As you can see, the default hot key for commenting lines is "M-;" when you
don't use [[http://emacswiki.org/emacs/Evil][evil-mode]].
-The advantage of use "M-;" is you can set mark on the first line and scroll
several pages down and comment all the lines in that region by "M-;". The key
point here is you save the extra two key strikes to make marked region wrap the
whole content of first and second line.
+The advantage of use "M-;" is you can set mark on the first line and scroll
several pages down and comment all the lines in that region by "M-;". The key
point here is you save the extra two key strikes to make marked region wrap the
whole content of first and last line.
I prefer vi key binds. So I also use
[[http://emacswiki.org/emacs/Evil][evil-mode]].
@@ -98,6 +98,5 @@ var myJson={
}
#+END_SRC
-
* Contact me
You can report bugs at [[https://github.com/redguardtoo/evil-nerd-commenter]].
My email is <[email protected]>.