1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

; 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
"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
and b then