summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-10-01 06:08:20 +0000
committerRichard M. Stallman <rms@gnu.org>2001-10-01 06:08:20 +0000
commit5c6cd677abc0d47d9a24b512b4831a3cb0248913 (patch)
treeeb5e3c64d9a2b092587a971d5b06c458a00a95cf
parent33a8038caf85ee0194eb67e0a9af8bc617dc7bee (diff)
downloademacs-5c6cd677abc0d47d9a24b512b4831a3cb0248913.tar.gz
Fix previous change.
-rw-r--r--src/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c
index a93776d3f7d..c923c2b2374 100644
--- a/src/search.c
+++ b/src/search.c
@@ -2193,7 +2193,7 @@ it says to replace just that subexpression with NEWTEXT,\n\
rather than replacing the entire matched text.\n\
This is, in a vague sense, the inverse of using `\\N' in NEWTEXT;\n\
`\\N' copies subexp N into NEWTEXT, but using N as SUBEXP puts\n\
-NEWTEXT in place of subexp B.\n\
+NEWTEXT in place of subexp N.\n\
This is useful only after a regular expression search or match,\n\
since only regular expressions have distinguished subexpressions.")
(newtext, fixedcase, literal, string, subexp)