1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

(Freplace_match): Follow error conventions.

This commit is contained in:
Juanma Barranquero 2005-06-23 16:14:45 +00:00
parent a9a73d6c0b
commit d72cdbfcbd

View 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;