diff options
| author | Christoph Scholtes | 2014-08-24 20:36:45 -0600 |
|---|---|---|
| committer | Christoph Scholtes | 2014-08-24 20:36:45 -0600 |
| commit | f71da8959a645d0d7226b81ba8d1dee0a8348918 (patch) | |
| tree | 70751480c5a119339b70a6dcc0c72674a8bde8b4 /lisp | |
| parent | d2a633e4e91e803c47de7366921879b08609d029 (diff) | |
| download | emacs-f71da8959a645d0d7226b81ba8d1dee0a8348918.tar.gz emacs-f71da8959a645d0d7226b81ba8d1dee0a8348918.zip | |
* lisp/replace.el (query-replace): Fix typo in docstring.
Fixes: debbugs:18320
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/replace.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0b347f5a63a..9678fa7e24b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-08-25 Christoph Scholtes <cschol2112@gmail.com> | ||
| 2 | |||
| 3 | * replace.el (query-replace): Fix typo in docstring (Bug#18320). | ||
| 4 | |||
| 1 | 2014-08-24 Alan Mackenzie <acm@muc.de> | 5 | 2014-08-24 Alan Mackenzie <acm@muc.de> |
| 2 | 6 | ||
| 3 | Handle C++11's "auto" and "decltype" constructions. | 7 | Handle C++11's "auto" and "decltype" constructions. |
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 |