Rename project-query-replace to project-query-replace-regexp

* lisp/progmodes/project.el (project-query-replace): Rename to
project-query-replace-regexp.
This commit is contained in:
Dmitry Gutov 2019-02-14 04:08:44 +03:00
parent a48099ce7f
commit 33dbe23bb8
3 changed files with 3 additions and 3 deletions

View file

@ -386,7 +386,7 @@ The mode is automatically enabled in files that start with the
'function' keyword.
** project.el
*** New commands 'project-search' and 'project-query-replace'.
*** New commands 'project-search' and 'project-query-replace-regexp'.
** Etags

View file

@ -26459,7 +26459,7 @@ To continue searching for next match, use command \\[fileloop-continue].
\(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].

View file

@ -532,7 +532,7 @@ 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]."