mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
* lisp/replace.el (query-replace): Fix typo in docstring.
Fixes: debbugs:18320
This commit is contained in:
parent
d2a633e4e9
commit
f71da8959a
@ -1,3 +1,7 @@
|
||||
2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
|
||||
|
||||
* replace.el (query-replace): Fix typo in docstring (Bug#18320).
|
||||
|
||||
2014-08-24 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
Handle C++11's "auto" and "decltype" constructions.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user