diff src/search.c @ 63702:6d4accecc80c

(Freplace_match): Follow error conventions.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 23 Jun 2005 16:14:45 +0000
parents e0dd6fa42c85
children a8fa7c632ee4 b7da78284d4c
line wrap: on
line diff
--- a/src/search.c	Thu Jun 23 16:13:54 2005 +0000
+++ b/src/search.c	Thu Jun 23 16:14:45 2005 +0000
@@ -2296,7 +2296,7 @@
 				/* 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;