From 30879af55fbba1e0b0b8cc1dcc9006e72c329020 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Wed, 25 Sep 2024 16:37:41 -0700 Subject: [PATCH] chore: Update comment --- indent-control.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indent-control.el b/indent-control.el index bba2521..aeacc7f 100644 --- a/indent-control.el +++ b/indent-control.el @@ -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)