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:
parent
6e5e4d6193
commit
c477443ab8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user