diff options
| -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]." | |||
| 1960 | (tags-search regexp '(dired-get-marked-files))) | 1960 | (tags-search regexp '(dired-get-marked-files))) |
| 1961 | 1961 | ||
| 1962 | ;;;###autoload | 1962 | ;;;###autoload |
| 1963 | (defun dired-do-query-replace (from to &optional delimited) | 1963 | (defun dired-do-query-replace-regexp (from to &optional delimited) |
| 1964 | "Do `query-replace-regexp' of FROM with TO, on all marked files. | 1964 | "Do `query-replace-regexp' of FROM with TO, on all marked files. |
| 1965 | Third arg DELIMITED (prefix arg) means replace only word-delimited matches. | 1965 | Third arg DELIMITED (prefix arg) means replace only word-delimited matches. |
| 1966 | If you exit (\\[keyboard-quit] or ESC), you can resume the query replace | 1966 | If you exit (\\[keyboard-quit] or ESC), you can resume the query replace |