branch: elpa/evil-nerd-commenter
commit 16dcffac656770e52828490661e323678208cb8d
Author: duianto <[email protected]>
Commit: duianto <[email protected]>

    Fix doc-string typo and length
    
    Fix "commentn" typo, and add a newline, to shorten
    the doc-string length below 80 characters.
---
 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.

Reply via email to