diff lisp/replace.el @ 6722:dd74576b79f6

(replace-regexp): Fix misbalanced quotes.
author Karl Heuer <kwzh@gnu.org>
date Thu, 07 Apr 1994 04:37:03 +0000
parents 31fce442168a
children 68c7b93914fe
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: