mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Link dired-do-find-regexp-and-replace to query-replace
* lisp/dired-aux.el (dired-do-find-regexp-and-replace): Link to `query-replace' (bug#55050).
This commit is contained in:
parent
6b9596fff8
commit
fa9580d13b
1 changed files with 4 additions and 1 deletions
|
|
@ -3356,7 +3356,10 @@ recursively. However, files matching `grep-find-ignored-files'
|
|||
and subdirectories matching `grep-find-ignored-directories' are skipped
|
||||
in the marked directories.
|
||||
|
||||
REGEXP should use constructs supported by your local `grep' command."
|
||||
REGEXP should use constructs supported by your local `grep' command.
|
||||
|
||||
Also see `query-replace' for user options that affect how this
|
||||
function works."
|
||||
(interactive
|
||||
(let ((common
|
||||
(query-replace-read-args
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue