mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 03:13:24 +00:00
; * 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)
|
if (XFIXNUM (Flength (args)) != 2)
|
||||||
xsignal2 (Qtreesit_query_error,
|
xsignal2 (Qtreesit_query_error,
|
||||||
build_string ("Predicate `equal' requires two "
|
build_string ("Predicate `match' requires two "
|
||||||
"arguments but only given"),
|
"arguments but only given"),
|
||||||
Flength (args));
|
Flength (args));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue