branch: elpa/typst-ts-mode
commit 21f263b3411f76b588eb976fb1ac3b1435b96454
Author: Huan Nguyen <[email protected]>
Commit: Huan Nguyen <[email protected]>
doc: Fix flymake warnings.
---
typst-ts-mode.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index f83eae6a7d..42bbe652a1 100644
--- a/typst-ts-mode.el
+++ b/typst-ts-mode.el
@@ -50,7 +50,7 @@
:group 'typst-ts)
(defcustom typst-ts-mode-executable-location "typst"
- "The location or name(if in `exec-path') for Typst executable."
+ "The location or name(if in variable `exec-path') for Typst executable."
:type 'string
:group 'typst-ts)
@@ -532,7 +532,7 @@ TYPES."
"Tree-sitter indent rules for `rust-ts-mode'.")
(defun typst-ts-mode-comment-setup()
- "Setup comment related stuffs for typst-ts-mode."
+ "Setup comment related stuffs for `typst-ts-mode'."
;; stolen from `c-ts-common-comment-setup'
(setq-local comment-start "// ")
(setq-local comment-end "")