branch: elpa/evil-nerd-commenter
commit 6a05c86bdf668fa2bb8a9daf76f3d7b241d7ba3d
Merge: 31db96711e 16dcffac65
Author: Chen Bin <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #80 from duianto/fix-doc-string-typo-length
Fix doc-string typo and length
---
evil-nerd-commenter.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/evil-nerd-commenter.el b/evil-nerd-commenter.el
index 7250398d13..729c6f80a0 100644
--- a/evil-nerd-commenter.el
+++ b/evil-nerd-commenter.el
@@ -109,7 +109,8 @@
(autoload 'count-lines "simple")
(defvar evilnc-original-above-comment-when-copy-and-comment nil
- "Original text is above commentn using `evilnc-copy-and-comment-lines' and
`evilnc-copy-and-comment-operator'.")
+ "Keep the original text above the commented copy, when using either:
+`evilnc-copy-and-comment-lines' or `evilnc-copy-and-comment-operator'.")
(defvar evilnc-invert-comment-line-by-line nil
"If t then invert region comment status line by line.