# HG changeset patch # User Gerd Moellmann # Date 958487579 0 # Node ID d651bfda1ace3af532c6795fbc9cffe07b539635 # Parent 2d65f0ae4167aa672689de1fa29c73ad95fa05b8 (dired-do-query-replace-regexp): Add `-regexp' to the function name. diff -r 2d65f0ae4167 -r d651bfda1ace lisp/dired-aux.el --- 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