changeset 63702:6d4accecc80c

(Freplace_match): Follow error conventions.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 23 Jun 2005 16:14:45 +0000
parents 9ef43e35d417
children bb4ab751a6a3
files src/search.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;