# HG changeset patch # User Richard M. Stallman # Date 1009673602 0 # Node ID a8cf90908008e3c9450c0cbf816203b310f2b18c # Parent 36dc6c5f8b28ca62261f24c70b3ced2381f072cf (dired-do-query-replace-regexp): Doc fix. diff -r 36dc6c5f8b28 -r a8cf90908008 lisp/dired-aux.el --- 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")