emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master fa9580d13b: Link dired-do-find-regexp-and-replace to query-replac


From: Lars Ingebrigtsen
Subject: master fa9580d13b: Link dired-do-find-regexp-and-replace to query-replace
Date: Thu, 21 Apr 2022 07:50:47 -0400 (EDT)

branch: master
commit fa9580d13b55314c48ec59b4f8b0378b120f5bb2
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 7edfde08f8..8170c7a084 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]