; 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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue