diff options
author | Juri Linkov <juri@linkov.net> | 2024-02-04 19:22:21 +0200 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2024-02-04 19:22:21 +0200 |
commit | 4749699370370a6bf0d50612dafe871dbaf52924 (patch) | |
tree | dc61a834bb35755db1b68a136627dce164259dbc /test/src | |
parent | d0673ea0d42048c140f4e5c6db18f78a43303256 (diff) | |
download | emacs-4749699370370a6bf0d50612dafe871dbaf52924.tar.gz emacs-4749699370370a6bf0d50612dafe871dbaf52924.tar.bz2 emacs-4749699370370a6bf0d50612dafe871dbaf52924.zip |
* doc/lispref/parsing.texi (Retrieving Nodes): Improve documentation.
Update optional arguments 'predicate' and 'include-node'
of 'treesit-node-top-level'.
Diffstat (limited to 'test/src')
-rw-r--r-- | test/src/treesit-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/treesit-tests.el b/test/src/treesit-tests.el index 1cd783bd05e..3eda6fd3c53 100644 --- a/test/src/treesit-tests.el +++ b/test/src/treesit-tests.el @@ -243,7 +243,7 @@ (should (eq nil (treesit-node-text (treesit-search-subtree subarray "\\[")))) - ;; If ALL=nil, searching for number should still find the + ;; If ALL=t, searching for number should still find the ;; numbers. (should (equal "1" (treesit-node-text (treesit-search-subtree |