From d72cdbfcbde4de962cc77ca13874cbe33a383b7f Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 23 Jun 2005 16:14:45 +0000 Subject: [PATCH] (Freplace_match): Follow error conventions. --- src/search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.c b/src/search.c index 3c9b70b1581..ae2d3234332 100644 --- a/src/search.c +++ b/src/search.c @@ -2296,7 +2296,7 @@ since only regular expressions have distinguished subexpressions. */) /* but some C compilers blew it */ if (search_regs.num_regs <= 0) - error ("replace-match called before any match found"); + error ("`replace-match' called before any match found"); if (NILP (subexp)) sub = 0; -- 2.39.2