From: Yuan Fu Date: Sun, 25 Sep 2022 02:20:06 +0000 (-0700) Subject: ; Minor manual fix for tree-sitter indent X-Git-Tag: emacs-29.0.90~1880 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c5147882a91e51b59c7da035e9ef38a4731b943d;p=emacs.git ; Minor manual fix for tree-sitter indent * doc/lispref/modes.texi (Parser-based Indentation): Change var to code. --- 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