]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo in lua-ts-mode.el
authorjohn muhl <jm@pub.pink>
Wed, 12 Jun 2024 15:41:03 +0000 (10:41 -0500)
committerEshel Yaron <me@eshelyaron.com>
Fri, 28 Jun 2024 17:18:23 +0000 (19:18 +0200)
* lisp/progmodes/lua-ts-mode.el: Fix typo.  (Bug#71736)

(cherry picked from commit c477443ab80a087a94c357f3fe5fd62c97e6f6ab)

lisp/progmodes/lua-ts-mode.el

index fdc3f7a6d147eb98d678e91e1d0f09d6ba764608..8d0f49c2d89d553d258e56748b39ca2edb4e4fed 100644 (file)
 (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