# HG changeset patch # User Karl Heuer # Date 765693423 0 # Node ID dd74576b79f61fa8be8426002f5cb458172807cc # Parent 26e4c96d8b639abaf9114abbb54cb251598a2331 (replace-regexp): Fix misbalanced quotes. diff -r 26e4c96d8b63 -r dd74576b79f6 lisp/replace.el --- a/lisp/replace.el Thu Apr 07 04:22:54 1994 +0000 +++ b/lisp/replace.el Thu Apr 07 04:37:03 1994 +0000 @@ -134,7 +134,7 @@ only matches surrounded by word boundaries. In TO-STRING, `\\&' stands for whatever matched the whole of REGEXP, and `\\=\\N' (where N is a digit) stands for - whatever what matched the Nth `\\(...\\)' in REGEXP." + whatever what matched the Nth `\\(...\\)' in REGEXP. This function is usually the wrong thing to use in a Lisp program. What you probably want is a loop like this: