emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 690c678: Fix comment-empty-lines docstring (bug#351


From: Basil L. Contovounesios
Subject: [Emacs-diffs] master 690c678: Fix comment-empty-lines docstring (bug#35152)
Date: Thu, 4 Apr 2019 18:56:45 -0400 (EDT)

branch: master
commit 690c678fb6c1fb5b2f828f9bb90782bd0b01c399
Author: Basil L. Contovounesios <address@hidden>
Commit: Basil L. Contovounesios <address@hidden>

    Fix comment-empty-lines docstring (bug#35152)
    
    * lisp/newcomment.el (comment-empty-lines): Consistently use US
    commas in docstring.  Fix indentation of and typo in custom :type.
---
 lisp/newcomment.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/newcomment.el b/lisp/newcomment.el
index bb371c5..9d919cc 100644
--- a/lisp/newcomment.el
+++ b/lisp/newcomment.el
@@ -327,11 +327,11 @@ behavior for explicit filling, you might as well use 
\\[newline-and-indent]."
 (defcustom comment-empty-lines nil
   "If nil, `comment-region' does not comment out empty lines.
 If t, it always comments out empty lines.
-If `eol' it only comments out empty lines if comments are
-terminated by the end of line (i.e. `comment-end' is empty)."
+If `eol', it only comments out empty lines if comments are
+terminated by the end of line (i.e., `comment-end' is empty)."
   :type '(choice (const :tag "Never" nil)
-         (const :tag "Always" t)
-         (const :tag "EOl-terminated" eol))
+                 (const :tag "Always" t)
+                 (const :tag "EOL-terminated" eol))
   :group 'comment)
 
 ;;;;



reply via email to

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