projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cae0e3
)
; * src/treesit.c (treesit_predicate_match): Fix typo.
author
Yuan Fu
<casouri@gmail.com>
Sun, 26 Feb 2023 09:12:18 +0000
(
01:12
-0800)
committer
Yuan Fu
<casouri@gmail.com>
Sun, 26 Feb 2023 09:12:33 +0000
(
01:12
-0800)
src/treesit.c
patch
|
blob
|
history
diff --git
a/src/treesit.c
b/src/treesit.c
index ef0f24078404d49ecf445acf4c7e06860e52146d..5a4fe3e88033956d5cf50394f752294475744949 100644
(file)
--- a/
src/treesit.c
+++ b/
src/treesit.c
@@
-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));