]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 1 Oct 2001 06:08:20 +0000 (06:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 1 Oct 2001 06:08:20 +0000 (06:08 +0000)
src/search.c

index a93776d3f7d1bfcd880cec249e650a3f83aa180e..c923c2b2374d1fc30298c8e0f356283585ac0adc 100644 (file)
@@ -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)