]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/treesit.c (treesit_predicate_match): Fix typo.
authorYuan Fu <casouri@gmail.com>
Sun, 26 Feb 2023 09:12:18 +0000 (01:12 -0800)
committerYuan Fu <casouri@gmail.com>
Sun, 26 Feb 2023 09:12:33 +0000 (01:12 -0800)
src/treesit.c

index ef0f24078404d49ecf445acf4c7e06860e52146d..5a4fe3e88033956d5cf50394f752294475744949 100644 (file)
@@ -2484,7 +2484,7 @@ treesit_predicate_match (Lisp_Object args, struct capture_range captures)
 {
   if (XFIXNUM (Flength (args)) != 2)
     xsignal2 (Qtreesit_query_error,
-             build_string ("Predicate `equal' requires two "
+             build_string ("Predicate `match' requires two "
                            "arguments but only given"),
              Flength (args));