Mercurial > emacs
changeset 6722:dd74576b79f6
(replace-regexp): Fix misbalanced quotes.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 07 Apr 1994 04:37:03 +0000 |
parents | 26e4c96d8b63 |
children | 6ff74185a672 |
files | lisp/replace.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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: