* lisp/treesit.el (treesit): Fix shortdoc example form (bug#61318).
This commit is contained in:
parent
5a6dfab1e4
commit
17ab426670
1 changed files with 1 additions and 1 deletions
|
@ -2963,7 +2963,7 @@ function signals an error."
|
||||||
|
|
||||||
"Parsers"
|
"Parsers"
|
||||||
(treesit-parser-create
|
(treesit-parser-create
|
||||||
:no-eval (treesit-parser-create)
|
:no-eval (treesit-parser-create 'c)
|
||||||
:eg-result-string "#<treesit-parser for c>")
|
:eg-result-string "#<treesit-parser for c>")
|
||||||
(treesit-parser-delete
|
(treesit-parser-delete
|
||||||
:no-value (treesit-parser-delete parser))
|
:no-value (treesit-parser-delete parser))
|
||||||
|
|
Loading…
Add table
Reference in a new issue