Mercurial > emacs
changeset 43405:9550f54734dc
(query-replace-regexp-eval): Doc fix.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 18 Feb 2002 20:29:16 +0000 |
parents | 36c14bc6e7fb |
children | f39dfc11dc58 |
files | lisp/replace.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/replace.el Mon Feb 18 20:06:20 2002 +0000 +++ b/lisp/replace.el Mon Feb 18 20:29:16 2002 +0000 @@ -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,7 +153,7 @@ `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 +`\\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.