aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2016-01-23 08:53:35 +0200
committerEli Zaretskii2016-01-23 08:53:35 +0200
commit035bd8159fe5bcea15eacc8a23ab54f4bc3b6f17 (patch)
tree2ee1b38b8b018cc18a0f7476ad72a2402619901e /etc
parent0275e7ba6ee76f56ab199f006d978e37e3715610 (diff)
downloademacs-035bd8159fe5bcea15eacc8a23ab54f4bc3b6f17.tar.gz
emacs-035bd8159fe5bcea15eacc8a23ab54f4bc3b6f17.zip
Update documentation for Dired search and replace
* doc/emacs/dired.texi (Operating on Files): Update descriptions of 'A' and 'Q' now bound to 'dired-do-find-regexp' and 'dired-do-find-regexp-and-replace'. * etc/NEWS: Mention xref-related changes in Dired.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 786a3918902..a3fd1ed51a2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1014,6 +1014,10 @@ As a result of this, the following commands are now obsolete:
1014replacements yet. 1014replacements yet.
1015 1015
1016+++ 1016+++
1017*** Variants of `tags-search' and `tags-query-replace' in Dired were also
1018replaced by xref-style commands, see the "Dired" section below.
1019
1020+++
1017*** New variables 1021*** New variables
1018 1022
1019`find-tag-marker-ring-length' is now an obsolete alias for 1023`find-tag-marker-ring-length' is now an obsolete alias for
@@ -1153,6 +1157,18 @@ compress many marked files into a single named archive. The
1153compression command is determined from the new 1157compression command is determined from the new
1154`dired-compress-files-alist' variable. 1158`dired-compress-files-alist' variable.
1155 1159
1160+++
1161*** New user interface for the `A' and `Q' commands.
1162These keys, now bound to `dired-do-find-regexp' and
1163`dired-do-find-regexp-and-replace', work similarly to
1164`xref-find-apropos' and `xref-query-replace': they present the matches
1165in the `*xref*' buffer and let you move through the matches. No need
1166to use `tags-loop-continue' to resume the search or replace loop. The
1167previous commands, `dired-do-search' and
1168`dired-do-query-replace-regexp', are still available, but not bound to
1169keys; rebind `A' and `Q' to invoke them if you want the old behavior
1170back. We intend to obsolete the old commands in a future release.
1171
1156** Tabulated List Mode 1172** Tabulated List Mode
1157 1173
1158+++ 1174+++