From: Juanma Barranquero Date: Thu, 23 Jun 2005 16:14:45 +0000 (+0000) Subject: (Freplace_match): Follow error conventions. X-Git-Tag: emacs-pretest-22.0.90~8698 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d72cdbfcbde4de962cc77ca13874cbe33a383b7f;p=emacs.git (Freplace_match): Follow error conventions. --- 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;