]> git.eshelyaron.com Git - emacs.git/commitdiff
; Minor manual fix for tree-sitter indent
authorYuan Fu <casouri@gmail.com>
Sun, 25 Sep 2022 02:20:06 +0000 (19:20 -0700)
committerYuan Fu <casouri@gmail.com>
Sun, 25 Sep 2022 04:11:29 +0000 (21:11 -0700)
* doc/lispref/modes.texi (Parser-based Indentation): Change var to
code.

doc/lispref/modes.texi

index 45a44acf54b79d386de7d4f103795a9489b7848b..2d80a9db2f0bf6718a85de4b09977f028358a5d4 100644 (file)
@@ -4694,7 +4694,7 @@ engine described below: we only need to write some indentation rules
 and the engine takes care of the rest.
 
 To enable the indentation engine, set the value of
-@var{indent-line-function} to @code{treesit-indent}.
+@code{indent-line-function} to @code{treesit-indent}.
 
 @defvar treesit-indent-function
 This variable stores the actual function called by