]> git.eshelyaron.com Git - emacs.git/commitdiff
; * admin/notes/tree-sitter/starter-guide (Indent): Minor fix.
authorYuan Fu <casouri@gmail.com>
Sat, 10 Dec 2022 04:55:43 +0000 (20:55 -0800)
committerYuan Fu <casouri@gmail.com>
Sat, 10 Dec 2022 04:55:43 +0000 (20:55 -0800)
admin/notes/tree-sitter/starter-guide

index 123dabd9f29df149e5f7774b4e97d7a1a89daf5c..a6a4c647f238441196f46e7855ff3bdb37512daf 100644 (file)
@@ -282,7 +282,7 @@ For MATHCER we have
            NODE-INDEX-MIN NODE-INDEX-MAX)
 
     => checks everything. If an argument is nil, don’t match that. Eg,
-    (match nil nil TYPE) is the same as (parent-is TYPE)
+    (match nil TYPE) is the same as (parent-is TYPE)
 
 For ANCHOR we have