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:
parent
a9a73d6c0b
commit
d72cdbfcbd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue