; * src/treesit.c (treesit_predicate_match): Fix typo.
This commit is contained in:
parent
3cae0e3d96
commit
0db88d625a
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue