1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

; * src/treesit.c (treesit_predicate_match): Fix typo.

This commit is contained in:
Yuan Fu 2023-02-26 01:12:18 -08:00
parent 3cae0e3d96
commit 0db88d625a
No known key found for this signature in database
GPG Key ID: 56E19BC57664A442

View 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));