diff options
| author | Richard M. Stallman <rms@gnu.org> | 2001-12-30 00:53:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 2001-12-30 00:53:22 +0000 |
| commit | e5374284655239600219702f05277ddfea3a5394 (patch) | |
| tree | a700121228c87e9e271bbce8a280f9e775e25a36 | |
| parent | 056f8a11473f067f8b5cbd453597c37c75d2f1bb (diff) | |
| download | emacs-e5374284655239600219702f05277ddfea3a5394.tar.gz | |
(dired-do-query-replace-regexp): Doc fix.
| -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 53e1b11cb3c..a27e434b3df 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -2004,7 +2004,7 @@ To continue searching for next match, use command \\[tags-loop-continue]." (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 +If you exit (\\[keyboard-quit], RET or q), you can resume the query replace with the command \\[tags-loop-continue]." (interactive "sQuery replace in marked files (regexp): \nsQuery replace %s by: \nP") |
