]> git.eshelyaron.com Git - emacs.git/commitdiff
Rename project-query-replace to project-query-replace-regexp
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 14 Feb 2019 01:08:44 +0000 (04:08 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 14 Feb 2019 01:09:09 +0000 (04:09 +0300)
* lisp/progmodes/project.el (project-query-replace): Rename to
project-query-replace-regexp.

etc/NEWS
lisp/ldefs-boot.el
lisp/progmodes/project.el

index 75c8dc0b8e02b0fdee08ebcc4f18037ce64c388d..1d79b05bc93dbd256926ee17965cd56c7bc1e975 100644 (file)
--- a/etc/NEWS
+++ b/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
 
index b913b1bb362c985f50f383be7b063f053cbd0aa7..a6c7669c70cc2ec9d8f2ef6e9a3a64dca06ce64d 100644 (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].
index fbf761c60c901efd72399702444c815c3d722dd5..533e27be7ef4e9585518fc5c7e85a7a0b979e690 100644 (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]."