From 653479ad87f91d036dd5d12febe119c111a561eb Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 18 Feb 2002 20:30:58 +0000 Subject: [PATCH] (query-replace-regexp-eval): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/replace.el | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dd25fcbfdcd..517a2a69665 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-02-18 Andreas Schwab + + * replace.el (query-replace-regexp-eval): Doc fix. + 2002-02-18 Colin Walters * calc/calcalg2.el (math-solve-get-int): Convert return value from diff --git a/lisp/replace.el b/lisp/replace.el index 425d769e466..4e6b3cbfafe 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -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. @@ -153,8 +153,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 -- 2.39.5