From: john muhl Date: Wed, 12 Jun 2024 15:41:03 +0000 (-0500) Subject: ; Fix typo in lua-ts-mode.el X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50f83da0cb51e8d815aaa8ef4a235fc016e8f880;p=emacs.git ; Fix typo in lua-ts-mode.el * lisp/progmodes/lua-ts-mode.el: Fix typo. (Bug#71736) (cherry picked from commit c477443ab80a087a94c357f3fe5fd62c97e6f6ab) --- 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