Mercurial > emacs
changeset 42417:a8cf90908008
(dired-do-query-replace-regexp): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 30 Dec 2001 00:53:22 +0000 |
parents | 36dc6c5f8b28 |
children | 07e5765f1141 |
files | lisp/dired-aux.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired-aux.el Sun Dec 30 00:52:52 2001 +0000 +++ b/lisp/dired-aux.el Sun Dec 30 00:53:22 2001 +0000 @@ -2004,7 +2004,7 @@ (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")