From 33dbe23bb8114d6a71ad267b0e172909dab7b387 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Thu, 14 Feb 2019 04:08:44 +0300 Subject: [PATCH] Rename project-query-replace to project-query-replace-regexp * lisp/progmodes/project.el (project-query-replace): Rename to project-query-replace-regexp. --- etc/NEWS | 2 +- lisp/ldefs-boot.el | 2 +- lisp/progmodes/project.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 75c8dc0b8e0..1d79b05bc93 100644 --- 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 diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index b913b1bb362..a6c7669c70c 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el @@ -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]. diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index fbf761c60c9..533e27be7ef 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -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]." -- 2.39.5