projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08a1c32
)
; Minor manual fix for tree-sitter indent
author
Yuan Fu
<casouri@gmail.com>
Sun, 25 Sep 2022 02:20:06 +0000
(19:20 -0700)
committer
Yuan 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
patch
|
blob
|
history
diff --git
a/doc/lispref/modes.texi
b/doc/lispref/modes.texi
index 45a44acf54b79d386de7d4f103795a9489b7848b..2d80a9db2f0bf6718a85de4b09977f028358a5d4 100644
(file)
--- 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