aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChristoph Scholtes2014-08-24 20:36:45 -0600
committerChristoph Scholtes2014-08-24 20:36:45 -0600
commitf71da8959a645d0d7226b81ba8d1dee0a8348918 (patch)
tree70751480c5a119339b70a6dcc0c72674a8bde8b4 /lisp
parentd2a633e4e91e803c47de7366921879b08609d029 (diff)
downloademacs-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/ChangeLog4
-rw-r--r--lisp/replace.el2
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 @@
12014-08-25 Christoph Scholtes <cschol2112@gmail.com>
2
3 * replace.el (query-replace): Fix typo in docstring (Bug#18320).
4
12014-08-24 Alan Mackenzie <acm@muc.de> 52014-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
267Fourth and fifth arg START and END specify the region to operate on. 267Fourth and fifth arg START and END specify the region to operate on.
268 268
269To customize possible responses, change the \"bindings\" in `query-replace-map'." 269To 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