diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index cfa879e9e96..ab3db69bd20 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -2461,7 +2461,7 @@ To be added to `context-menu-functions'." | |||
| 2461 | multi-buffer replacements) with no more questions, | 2461 | multi-buffer replacements) with no more questions, |
| 2462 | \\`N' (in multi-buffer replacements) to skip to the next buffer without | 2462 | \\`N' (in multi-buffer replacements) to skip to the next buffer without |
| 2463 | replacing remaining matches in the current buffer. | 2463 | replacing remaining matches in the current buffer. |
| 2464 | Any other character exits interactive replacement loop and is then | 2464 | Any other character exits the interactive replacement loop, and is then |
| 2465 | re-executed as a normal key sequence." | 2465 | re-executed as a normal key sequence." |
| 2466 | "Help message while in `query-replace'.") | 2466 | "Help message while in `query-replace'.") |
| 2467 | 2467 | ||