From fa9580d13b55314c48ec59b4f8b0378b120f5bb2 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 21 Apr 2022 13:48:16 +0200 Subject: [PATCH] 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). --- lisp/dired-aux.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 7edfde08f80..8170c7a0842 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -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 -- 2.39.2