Mercurial > emacs
changeset 39511:3195d967e954
Fix previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 01 Oct 2001 06:08:20 +0000 |
parents | 65f4f2f7d289 |
children | a8abe33e09d1 |
files | src/search.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)