* lisp/treesit.el (treesit): Fix shortdoc example form (bug#61318).

This commit is contained in:
Aleksandr Vityazev 2023-02-06 13:39:10 +03:00 committed by Eli Zaretskii
parent 5a6dfab1e4
commit 17ab426670

View file

@ -2963,7 +2963,7 @@ function signals an error."
"Parsers"
(treesit-parser-create
:no-eval (treesit-parser-create)
:no-eval (treesit-parser-create 'c)
:eg-result-string "#<treesit-parser for c>")
(treesit-parser-delete
:no-value (treesit-parser-delete parser))