projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e5e4d6
)
; Fix typo in lua-ts-mode.el
author
john muhl
<jm@pub.pink>
Wed, 12 Jun 2024 15:41:03 +0000
(10:41 -0500)
committer
Stefan Kangas
<stefankangas@gmail.com>
Thu, 27 Jun 2024 23:01:38 +0000
(
01:01
+0200)
* lisp/progmodes/lua-ts-mode.el: Fix typo. (Bug#71736)
lisp/progmodes/lua-ts-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/lua-ts-mode.el
b/lisp/progmodes/lua-ts-mode.el
index fdc3f7a6d147eb98d678e91e1d0f09d6ba764608..8d0f49c2d89d553d258e56748b39ca2edb4e4fed 100644
(file)
--- a/
lisp/progmodes/lua-ts-mode.el
+++ b/
lisp/progmodes/lua-ts-mode.el
@@
-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