(dired-do-query-replace-regexp): Add `-regexp'
to the function name.
This commit is contained in:
parent
ee93b692cd
commit
be3981a8ea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue