emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil-nerd-commenter 16dcffac65 163/235: Fix doc-string typ


From: ELPA Syncer
Subject: [nongnu] elpa/evil-nerd-commenter 16dcffac65 163/235: Fix doc-string typo and length
Date: Thu, 6 Jan 2022 02:59:44 -0500 (EST)

branch: elpa/evil-nerd-commenter
commit 16dcffac656770e52828490661e323678208cb8d
Author: duianto <duianto@users.noreply.github.com>
Commit: duianto <duianto@users.noreply.github.com>

    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

[Prev in Thread] Current Thread [Next in Thread]