dired-do-query-replace-regexp doc string fix
* lisp/dired-aux.el (dired-do-query-replace-regexp): Refer 'fileloop-continue' instead of the obsolete command 'tags-loop-continue'.
This commit is contained in:
parent
be60e9e947
commit
4c505203f9
1 changed files with 1 additions and 1 deletions
|
@ -3293,7 +3293,7 @@ type \\[help-command] at that time.
|
|||
|
||||
Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
|
||||
If you exit the query-replace loop (\\[keyboard-quit], RET or q), you can
|
||||
resume the query replace with the command \\[tags-loop-continue]."
|
||||
resume the query replace with the command \\[fileloop-continue]."
|
||||
(interactive
|
||||
(let ((common
|
||||
(query-replace-read-args
|
||||
|
|
Loading…
Add table
Reference in a new issue