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

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

[nongnu] elpa/typescript-mode e608305ade 137/222: checkdoc fixes


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode e608305ade 137/222: checkdoc fixes
Date: Sun, 6 Feb 2022 16:59:27 -0500 (EST)

branch: elpa/typescript-mode
commit e608305ade7145df5637b22bbd2a1d190aaff048
Author: Anantha Kumaran <ananthakumaran@gmail.com>
Commit: Anantha Kumaran <ananthakumaran@gmail.com>

    checkdoc fixes
---
 typescript-mode.el | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/typescript-mode.el b/typescript-mode.el
index 9cb0f12458..ad8e595992 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -29,7 +29,7 @@
 
 ;;; Commentary:
 
-;; This is based on Karl Landstrom's barebones typescript-mode. This
+;; This is based on Karl Landstrom's barebones typescript-mode.  This
 ;; is much more robust and works with cc-mode's comment filling
 ;; (mostly).
 ;; The modifications to the original javascript.el mode mainly consisted in
@@ -92,7 +92,7 @@ An example of this is \"Class.prototype = { method1: ...}\".")
 
 (defconst typescript--module-declaration-re
   "^\\s-*\\(?:declare\\|\\(?:export\\(?:\\s-+default\\)?\\)\\)?"
-  "Regexp matching ambient declaration modifier or export declaration")
+  "Regexp matching ambient declaration modifier or export declaration.")
 
 ;; var NewClass = BaseClass.extend(
 (defconst typescript--mp-class-decl-re
@@ -225,8 +225,7 @@ will create multiple top-level entries.  Don't use 
:prototype
 unnecessarily: it has an associated cost in performance.
 
 If :strip-prototype is present and non-nil, then if the class
-name as matched contains
-")
+name as matched contains")
 
 (defconst typescript--available-frameworks
   (loop with available-frameworks



reply via email to

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