From: Yuan Fu Date: Sat, 10 Dec 2022 04:55:43 +0000 (-0800) Subject: ; * admin/notes/tree-sitter/starter-guide (Indent): Minor fix. X-Git-Tag: emacs-29.0.90~1265 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a092c8e461c4e72aee16bd2884feb824de3bf3a;p=emacs.git ; * admin/notes/tree-sitter/starter-guide (Indent): Minor fix. --- diff --git a/admin/notes/tree-sitter/starter-guide b/admin/notes/tree-sitter/starter-guide index 123dabd9f29..a6a4c647f23 100644 --- a/admin/notes/tree-sitter/starter-guide +++ b/admin/notes/tree-sitter/starter-guide @@ -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