; Fix typo in lua-ts-mode.el

* lisp/progmodes/lua-ts-mode.el: Fix typo.  (Bug#71736)
This commit is contained in:
john muhl 2024-06-12 10:41:03 -05:00 committed by Stefan Kangas
parent 6e5e4d6193
commit c477443ab8

View file

@ -117,7 +117,7 @@
(defcustom lua-ts-indent-continuation-lines t (defcustom lua-ts-indent-continuation-lines t
"Controls how multi-line if/else statements are aligned. "Controls how multi-line if/else statements are aligned.
If t, then continuation lines are indented by `lua-ts-indent-offset': If non-nil, then continuation lines are indented by `lua-ts-indent-offset':
if a if a
and b then and b then