diff options
| author | Richard M. Stallman | 2001-10-01 06:08:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-10-01 06:08:20 +0000 |
| commit | b0c75ec45063e088711762fbcb4f5eb0808ae56b (patch) | |
| tree | d2abdce2cee92d162915929c58659f424f8cc707 | |
| parent | b615868c8eca23b4382abd3aca2b34a917589d84 (diff) | |
| download | emacs-b0c75ec45063e088711762fbcb4f5eb0808ae56b.tar.gz emacs-b0c75ec45063e088711762fbcb4f5eb0808ae56b.zip | |
Fix previous change.
| -rw-r--r-- | src/search.c | 2 |
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\ | |||
| 2193 | rather than replacing the entire matched text.\n\ | 2193 | rather than replacing the entire matched text.\n\ |
| 2194 | This is, in a vague sense, the inverse of using `\\N' in NEWTEXT;\n\ | 2194 | This is, in a vague sense, the inverse of using `\\N' in NEWTEXT;\n\ |
| 2195 | `\\N' copies subexp N into NEWTEXT, but using N as SUBEXP puts\n\ | 2195 | `\\N' copies subexp N into NEWTEXT, but using N as SUBEXP puts\n\ |
| 2196 | NEWTEXT in place of subexp B.\n\ | 2196 | NEWTEXT in place of subexp N.\n\ |
| 2197 | This is useful only after a regular expression search or match,\n\ | 2197 | This is useful only after a regular expression search or match,\n\ |
| 2198 | since only regular expressions have distinguished subexpressions.") | 2198 | since only regular expressions have distinguished subexpressions.") |
| 2199 | (newtext, fixedcase, literal, string, subexp) | 2199 | (newtext, fixedcase, literal, string, subexp) |