branch: elpa/typescript-mode
commit e608305ade7145df5637b22bbd2a1d190aaff048
Author: Anantha Kumaran <[email protected]>
Commit: Anantha Kumaran <[email protected]>
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