]> git.eshelyaron.com Git - emacs.git/commitdiff
(replace-regexp): Fix misbalanced quotes.
authorKarl Heuer <kwzh@gnu.org>
Thu, 7 Apr 1994 04:37:03 +0000 (04:37 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 7 Apr 1994 04:37:03 +0000 (04:37 +0000)
lisp/replace.el

index 3bfa33f1e2868bd5362eaf1bcf9bd6c4337a9da1..d51be30126616a640b253ccd5ee8d7fa6c5cf34c 100644 (file)
@@ -134,7 +134,7 @@ Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace
 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: