From be3981a8ea2d417ea3263e5c45730edca0e270b8 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 16 May 2000 14:32:59 +0000 Subject: (dired-do-query-replace-regexp): Add `-regexp' to the function name. --- lisp/dired-aux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/dired-aux.el') diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 77f06456c4..74c473ff7f 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -1960,7 +1960,7 @@ To continue searching for next match, use command \\[tags-loop-continue]." (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 -- cgit v1.2.3