]> git.eshelyaron.com Git - emacs.git/commit
Use treesit-node-match-p in treesit-parent-until/while
authorYuan Fu <casouri@gmail.com>
Mon, 5 Feb 2024 03:26:42 +0000 (19:26 -0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 7 Feb 2024 10:51:04 +0000 (11:51 +0100)
commit211bffba16809993f150a4e48551289999ac8fb8
treed8537052e906b45efb2bff083700627fd58fbfb1
parentb93dd3f1a7c7662f891bbdf36f90db2b3310e1e8
Use treesit-node-match-p in treesit-parent-until/while

* lisp/treesit.el (treesit-parent-until): Use treesit-node-match-p.
(treesit-parent-while): Update docstring.
* doc/lispref/parsing.texi (Retrieving Nodes): Update docstring.

(cherry picked from commit be6de56906f0d1c09a0fad4f5165d864dddbc3ee)
doc/lispref/parsing.texi
lisp/treesit.el