branch: elpa/evil-nerd-commenter
commit adb8ba60deadd075aad08265d19f3672493533e9
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>
minor wording update
---
README.org | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index b8665b8675..6fc2bc0e43 100644
--- a/README.org
+++ b/README.org
@@ -92,9 +92,9 @@ Here are available commands. They are not dependent on
[[http://emacswiki.org/em
- evilnc-copy-and-comment-lines :: copy and paste lines, then comment out
original lines. This command supports negative arguments.
- evilnc-comment-or-uncomment-paragraphs :: comment/uncomment paragraphs which
separated by empty lines
- evilnc-toggle-comment-empty-lines :: toggle the flag to comment/uncomment
empty lines
-- evilnc-copy-to-line :: Copy from the current line to the user specified
line, *for non-evil user only, you need set hot key for it*
-- evilnc-toggle-invert-comment-line-by-line :: toggle flag
evilnc-invert-comment-line-by-line. When this flag is true, the command
"evilnc-comment-or-uncomment-lines", "evilnc-comment-or-uncomment-to-the-line",
and "evilnc-comment-or-uncomment-paragraphs" behavior will. *They will invert
each line's comment status.*
-- evilnc-kill-to-line :: Kill from the current line to the user specified
line, *for non-evil user only, you need set hot key for it*
+- evilnc-copy-to-line :: Copy from the current line to the user specified
line, for *non-evil user* only, you need set hot key for it.
+- evilnc-toggle-invert-comment-line-by-line :: toggle flag
evilnc-invert-comment-line-by-line. When this flag is true, the command
"evilnc-comment-or-uncomment-lines", "evilnc-comment-or-uncomment-to-the-line",
and "evilnc-comment-or-uncomment-paragraphs" behavior will. They will *invert*
each line's comment status.
+- evilnc-kill-to-line :: Kill from the current line to the user specified
line, for *non-evil* user only, you need set hot key for it.
Example 1:
"C-u NUM M-x evilnc-comment-or-uncomment-lines", comment/uncomment next NUM
lines.