emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 6ffde700632: ; * lisp/treesit.el (treesit-node-top-level): Fix ty


From: Eli Zaretskii
Subject: master 6ffde700632: ; * lisp/treesit.el (treesit-node-top-level): Fix typo.
Date: Sat, 15 Apr 2023 06:02:43 -0400 (EDT)

branch: master
commit 6ffde7006325c29ccfc7296d48888efff2fea0ae
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/treesit.el (treesit-node-top-level): Fix typo.
---
 lisp/treesit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/treesit.el b/lisp/treesit.el
index b03ab0484a8..ed7ad280684 100644
--- a/lisp/treesit.el
+++ b/lisp/treesit.el
@@ -248,7 +248,7 @@ type as it.  If no such parent exists, return nil.
 
 If PRED is non-nil, match each parent's type with PRED rather
 than using NODE's type.  PRED can also be a predicate function,
-and more.  See `treesit-thing-settings' for detail.
+and more.  See `treesit-thing-settings' for details.
 
 If INCLUDE-NODE is non-nil, return NODE if it satisfies PRED."
   (let ((pred (or pred (rx-to-string



reply via email to

[Prev in Thread] Current Thread [Next in Thread]