aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/search.c2
1 files changed, 1 insertions, 1 deletions
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. */)
2296 /* but some C compilers blew it */ 2296 /* but some C compilers blew it */
2297 2297
2298 if (search_regs.num_regs <= 0) 2298 if (search_regs.num_regs <= 0)
2299 error ("replace-match called before any match found"); 2299 error ("`replace-match' called before any match found");
2300 2300
2301 if (NILP (subexp)) 2301 if (NILP (subexp))
2302 sub = 0; 2302 sub = 0;