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:
parent
a48099ce7f
commit
33dbe23bb8
3 changed files with 3 additions and 3 deletions
2
etc/NEWS
2
etc/NEWS
|
@ -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
|
||||
|
||||
|
|
|
@ -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].
|
||||
|
|
|
@ -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]."
|
||||
|
|
Loading…
Add table
Reference in a new issue