]> git.eshelyaron.com Git - emacs.git/commitdiff
(query-replace-regexp-eval): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Mon, 18 Feb 2002 20:31:48 +0000 (20:31 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 18 Feb 2002 20:31:48 +0000 (20:31 +0000)
lisp/ChangeLog
lisp/replace.el

index e775287018a7995edba9ec68c06e0ffce8ab9c33..406c6ce4a4738005d05717ff23ec4f41e30b7a88 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-18  Andreas Schwab  <schwab@suse.de>
+
+       * replace.el (query-replace-regexp-eval): Doc fix.
+
 2002-02-15  Andreas Schwab  <schwab@suse.de>
 
        * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
index aabe37f011de8f35e844165144e5860b5602c27a..615f44db50ac61c74f091f05b75d6da93b2f7b08 100644 (file)
@@ -1,6 +1,6 @@
 ;;; replace.el --- replace commands for Emacs
 
-;; Copyright (C) 1985, 86, 87, 92, 94, 96, 1997, 2000, 2001
+;; Copyright (C) 1985, 86, 87, 92, 94, 96, 1997, 2000, 2001, 2002
 ;;  Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -136,8 +136,8 @@ If the result of TO-EXPR is not a string, it is converted to one using
 `prin1-to-string' with the NOESCAPE argument (which see).
 
 For convenience, when entering TO-EXPR interactively, you can use `\\&' or
-`\0' to stand for whatever matched the whole of REGEXP, and `\N' (where
-N is a digit) to stand for whatever matched the Nth `\(...\)' in REGEXP.
+`\\0' to stand for whatever matched the whole of REGEXP, and `\\N' (where
+N is a digit) to stand for whatever matched the Nth `\\(...\\)' in REGEXP.
 Use `\\#&' or `\\#N' if you want a number instead of a string.
 
 In Transient Mark mode, if the mark is active, operate on the contents