aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDmitry Gutov2016-01-24 05:17:52 +0300
committerDmitry Gutov2016-01-24 05:17:52 +0300
commit3f481ad0072ea4fe300af7f326de9049a8d32d4a (patch)
treea781402132026d802d0b68149cfa152ee97cba1d /etc
parent62f4ed477ebcbe56087bb1df96340530c84b33a9 (diff)
downloademacs-3f481ad0072ea4fe300af7f326de9049a8d32d4a.tar.gz
emacs-3f481ad0072ea4fe300af7f326de9049a8d32d4a.zip
Rename xref-query-replace to xref-query-replace-in-results
* lisp/progmodes/xref.el(xref-query-replace): Rename to xref-query-replace-in-results. (http://lists.gnu.org/archive/html/emacs-devel/2016-01/msg01240.html) * lisp/progmodes/xref.el (xref--xref-buffer-mode-map): * lisp/dired-aux.el (dired-do-find-regexp-and-replace): * doc/emacs/dired.texi (Operating on Files): * doc/emacs/maintaining.texi (Xref Commands) (Identifier Search, Identifier Search): Update accordingly.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 048523acae3..e7b827f64f2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1162,8 +1162,8 @@ compression command is determined from the new
1162+++ 1162+++
1163*** New user interface for the `A' and `Q' commands. 1163*** New user interface for the `A' and `Q' commands.
1164These keys, now bound to `dired-do-find-regexp' and 1164These keys, now bound to `dired-do-find-regexp' and
1165`dired-do-find-regexp-and-replace', work similarly to 1165`dired-do-find-regexp-and-replace', work similarly to `xref-find-apropos'
1166`xref-find-apropos' and `xref-query-replace': they present the matches 1166and `xref-query-replace-in-results': they present the matches
1167in the `*xref*' buffer and let you move through the matches. No need 1167in the `*xref*' buffer and let you move through the matches. No need
1168to use `tags-loop-continue' to resume the search or replace loop. The 1168to use `tags-loop-continue' to resume the search or replace loop. The
1169previous commands, `dired-do-search' and 1169previous commands, `dired-do-search' and