# HG changeset patch # User Richard M. Stallman # Date 1001916500 0 # Node ID 3195d967e95454adc4e4310bec295be97962b2fa # Parent 65f4f2f7d289abf28fdc91097c2e43b6574148c7 Fix previous change. diff -r 65f4f2f7d289 -r 3195d967e954 src/search.c --- a/src/search.c Mon Oct 01 06:07:56 2001 +0000 +++ b/src/search.c Mon Oct 01 06:08:20 2001 +0000 @@ -2193,7 +2193,7 @@ 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)