diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index fbf761c60c..dea2cd30d6 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -522,7 +522,7 @@ project--completing-read-strict (declare-function fileloop-continue "fileloop" ()) ;;;###autoload -(defun project-search (regexp) +(defun project-fileloop-search (regexp) "Search for REGEXP in all the files of the project. Stops when a match is found. To continue searching for next match, use command \\[fileloop-continue]." @@ -532,7 +532,7 @@ project-search (fileloop-continue)) ;;;###autoload -(defun project-query-replace (from to) +(defun project-fileloop-query-replace (from to) "Search for REGEXP in all the files of the project. Stops when a match is found. To continue searching for next match, use command \\[fileloop-continue]."