; * src/treesit.c: Minor comment change.

This commit is contained in:
Yuan Fu 2022-11-03 19:39:43 -07:00
parent b028d4f7df
commit c5f24f76eb
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -346,6 +346,7 @@ init_treesit_functions (void)
parser of buffer changes.
- lisp/emacs-lisp/cl-preloaded.el & data.c & lisp.h for parser and
node type.
- print.c for printing tree-sitter objects (node, parser, query).
Regarding signals: only raise signals in Lisp functions.