changeset 28938:d651bfda1ace

(dired-do-query-replace-regexp): Add `-regexp' to the function name.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 16 May 2000 14:32:59 +0000
parents 2d65f0ae4167
children c5964d5c6afa
files lisp/dired-aux.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dired-aux.el	Tue May 16 14:32:33 2000 +0000
+++ b/lisp/dired-aux.el	Tue May 16 14:32:59 2000 +0000
@@ -1960,7 +1960,7 @@
   (tags-search regexp '(dired-get-marked-files)))
 
 ;;;###autoload
-(defun dired-do-query-replace (from to &optional delimited)
+(defun dired-do-query-replace-regexp (from to &optional delimited)
   "Do `query-replace-regexp' of FROM with TO, on all marked files.
 Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
 If you exit (\\[keyboard-quit] or ESC), you can resume the query replace