diff options
| author | Dmitry Gutov | 2016-01-24 05:17:52 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2016-01-24 05:17:52 +0300 |
| commit | 3f481ad0072ea4fe300af7f326de9049a8d32d4a (patch) | |
| tree | a781402132026d802d0b68149cfa152ee97cba1d /etc | |
| parent | 62f4ed477ebcbe56087bb1df96340530c84b33a9 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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. |
| 1164 | These keys, now bound to `dired-do-find-regexp' and | 1164 | These 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 | 1166 | and `xref-query-replace-in-results': they present the matches |
| 1167 | in the `*xref*' buffer and let you move through the matches. No need | 1167 | in the `*xref*' buffer and let you move through the matches. No need |
| 1168 | to use `tags-loop-continue' to resume the search or replace loop. The | 1168 | to use `tags-loop-continue' to resume the search or replace loop. The |
| 1169 | previous commands, `dired-do-search' and | 1169 | previous commands, `dired-do-search' and |