; Fix typo in lua-ts-mode.el
authorjohn muhl <jm@pub.pink>
Wed, 12 Jun 2024 15:41:03 +0000 (10:41 -0500)
committerStefan 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

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