Skip to content

Commit

Permalink
docs: include description
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonskj committed Aug 21, 2024
1 parent 9fde82b commit 86d2f30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sdml-mode-ctags.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@

;;; Commentary:

;; Minor mode to provide tagging of SDML (sdml-mode) source.
;;
;; To enable SDML tagging you will need to install the Universal Ctags
;; configuration file from:
;;
;; https://github.com/sdm-lang/sdml-ctags
;;
;; Internal module.

;;; Code:

Expand Down
2 changes: 1 addition & 1 deletion sdml-mode-hl.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

;;; Commentary:

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

;;; Code:

Expand Down
4 changes: 2 additions & 2 deletions sdml-mode-indent.el
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

;;; Commentary:

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

;;; Code:

Expand Down Expand Up @@ -101,7 +101,7 @@
;;;###autoload
(define-minor-mode
sdml-mode-indent-mode
"Minor mode to provide indentation in SDML editing."
"Minor mode to provide indentation when editing SDML source."

:group 'sdml

Expand Down

0 comments on commit 86d2f30

Please sign in to comment.