summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2002-02-18 20:29:16 +0000
committerAndreas Schwab <schwab@suse.de>2002-02-18 20:29:16 +0000
commitb65f62d8e0a4d133ea759a8009230ad3c9dbdce7 (patch)
treeb54577126c3a740fd5c60980b8821454b3c0e475 /lisp
parent68ffbbe95494030ccbd2e1cd20c82199669f59a2 (diff)
downloademacs-b65f62d8e0a4d133ea759a8009230ad3c9dbdce7.tar.gz
(query-replace-regexp-eval): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/replace.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 425d769e466..be0bfddf05b 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,7 +153,7 @@ 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
+`\\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.