summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.c b/match.c
index 1283bd73..66c376a6 100644
--- a/match.c
+++ b/match.c
@@ -4581,7 +4581,7 @@ val match_fun(val name, val args, val input_in, val files_in)
debug_return (nil);
if (ret == decline_k)
- sem_error(nil, lit("match_fun: function ~s not found"), name, nao);
+ sem_error(nil, lit("match-fun: function ~s not found"), name, nao);
debug_return (cons(c.bindings, if3(c.data, cons(c.data, c.data_lineno), t)));