From: john muhl Date: Wed, 12 Jun 2024 15:41:03 +0000 (-0500) Subject: ; Fix typo in lua-ts-mode.el X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~854 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c477443ab80a087a94c357f3fe5fd62c97e6f6ab;p=emacs.git ; Fix typo in lua-ts-mode.el * lisp/progmodes/lua-ts-mode.el: Fix typo. (Bug#71736) --- diff --git a/lisp/progmodes/lua-ts-mode.el b/lisp/progmodes/lua-ts-mode.el index fdc3f7a6d14..8d0f49c2d89 100644 --- 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