diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-05-16 14:32:59 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-05-16 14:32:59 +0000 |
commit | be3981a8ea2d417ea3263e5c45730edca0e270b8 (patch) | |
tree | 3a5ac271d55a345429948e55aa307b534526c9ac /lisp/dired-aux.el | |
parent | ee93b692cd914d4e3872949643cf8a7ce2e90ac6 (diff) | |
download | emacs-be3981a8ea2d417ea3263e5c45730edca0e270b8.tar.gz |
(dired-do-query-replace-regexp): Add `-regexp'
to the function name.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r-- | lisp/dired-aux.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 77f06456c4c..74c473ff7f0 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 |