* lisp/progmodes/project.el (project-query-replace): Rename to
project-query-replace-regexp.
'function' keyword.
** project.el
-*** New commands 'project-search' and 'project-query-replace'.
+*** New commands 'project-search' and 'project-query-replace-regexp'.
** Etags
\(fn REGEXP)" t nil)
-(autoload 'project-query-replace "project" "\
+(autoload 'project-query-replace-regexp "project" "\
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].
(fileloop-continue))
;;;###autoload
-(defun project-query-replace (from to)
+(defun project-query-replace-regexp (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]."