]> git.eshelyaron.com Git - emacs.git/commit
Improve documentation of treesit "thing"
authorEli Zaretskii <eliz@gnu.org>
Thu, 5 Jun 2025 07:30:44 +0000 (10:30 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 7 Jun 2025 20:00:51 +0000 (22:00 +0200)
commitd7e6e0038031548df0ed83c4a938460cce817175
treec5c0d3392f52e56dac0c81095e6080caad936cee
parentfa4aa20f011b19d03874afc4a4aaca5ddda155c9
Improve documentation of treesit "thing"

* src/treesit.c (syms_of_treesit):
* lisp/treesit.el (treesit-cycle-sexp-type):
(treesit-thing-at, treesit-thing-at-point): Doc fixes.

* doc/lispref/parsing.texi (User-defined Things): Improve
documentation of treesit "thing" and related functions; add
cross-references and indexing.

(cherry picked from commit bcf005fa774194d434c68cc191566b58c297ca86)
doc/lispref/parsing.texi
lisp/treesit.el
src/treesit.c