diff options
author | Christoph Scholtes <cschol2112@gmail.com> | 2014-08-24 20:36:45 -0600 |
---|---|---|
committer | Christoph Scholtes <cschol2112@gmail.com> | 2014-08-24 20:36:45 -0600 |
commit | f71da8959a645d0d7226b81ba8d1dee0a8348918 (patch) | |
tree | 70751480c5a119339b70a6dcc0c72674a8bde8b4 /lisp/replace.el | |
parent | d2a633e4e91e803c47de7366921879b08609d029 (diff) | |
download | emacs-f71da8959a645d0d7226b81ba8d1dee0a8348918.tar.gz |
* lisp/replace.el (query-replace): Fix typo in docstring.
Fixes: debbugs:18320
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. Fourth and fifth arg START and END specify the region to operate on. -To customize possible responses, change the \"bindings\" in `query-replace-map'." +To customize possible responses, change the bindings in `query-replace-map'." (interactive (let ((common (query-replace-read-args |