From c5147882a91e51b59c7da035e9ef38a4731b943d Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Sat, 24 Sep 2022 19:20:06 -0700 Subject: [PATCH] ; Minor manual fix for tree-sitter indent * doc/lispref/modes.texi (Parser-based Indentation): Change var to code. --- doc/lispref/modes.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 45a44acf54b..2d80a9db2f0 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -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 -- 2.39.5