Skip to content

Commit 86d2f30

Browse files
committed
docs: include description
1 parent 9fde82b commit 86d2f30

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

sdml-mode-ctags.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020

2121
;;; Commentary:
2222

23+
;; Minor mode to provide tagging of SDML (sdml-mode) source.
24+
;;
2325
;; To enable SDML tagging you will need to install the Universal Ctags
2426
;; configuration file from:
2527
;;
2628
;; https://github.com/sdm-lang/sdml-ctags
27-
;;
28-
;; Internal module.
2929

3030
;;; Code:
3131

sdml-mode-hl.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
;;; Commentary:
2222

23-
;; Internal module.
23+
;; Minor mode to provide highlighting of SDML (sdml-mode) source.
2424

2525
;;; Code:
2626

sdml-mode-indent.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
;;; Commentary:
2222

23-
;; Internal module.
23+
;; Minor mode to provide indentation when editing SDML (sdml-mode) source.
2424

2525
;;; Code:
2626

@@ -101,7 +101,7 @@
101101
;;;###autoload
102102
(define-minor-mode
103103
sdml-mode-indent-mode
104-
"Minor mode to provide indentation in SDML editing."
104+
"Minor mode to provide indentation when editing SDML source."
105105

106106
:group 'sdml
107107

0 commit comments

Comments
 (0)