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 cf88cb57b89..32cf89b3255 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -266,7 +266,7 @@ replace backward. | |||
| 266 | 266 | ||
| 267 | Fourth and fifth arg START and END specify the region to operate on. | 267 | Fourth and fifth arg START and END specify the region to operate on. |
| 268 | 268 | ||
| 269 | To customize possible responses, change the \"bindings\" in `query-replace-map'." | 269 | To customize possible responses, change the bindings in `query-replace-map'." |
| 270 | (interactive | 270 | (interactive |
| 271 | (let ((common | 271 | (let ((common |
| 272 | (query-replace-read-args | 272 | (query-replace-read-args |