From b0c75ec45063e088711762fbcb4f5eb0808ae56b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 1 Oct 2001 06:08:20 +0000 Subject: [PATCH] Fix previous change. --- src/search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5