]> git.eshelyaron.com Git - emacs.git/commitdiff
(Freplace_match): Follow error conventions.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 23 Jun 2005 16:14:45 +0000 (16:14 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 23 Jun 2005 16:14:45 +0000 (16:14 +0000)
src/search.c

index 3c9b70b1581b9461b4943bcfe4dbb24f1d818bce..ae2d32343323eaf18c58195d1f5dbec0fac48c66 100644 (file)
@@ -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;