Skip to content

Commit

Permalink
chore: Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 25, 2024
1 parent 0139fb8 commit 30879af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indent-control.el
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@

;;;###autoload
(defun indent-control-ensure-indentable ()
"Ensure variable `tab-width' is having a valid value."
"Ensure the current major mode are indentable."
(when (null tab-width)
(setq-local tab-width indent-control-prefer-indent-size))
(when (null standard-indent)
Expand Down

0 comments on commit 30879af

Please sign in to comment.