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'. (Bug#55311)
(cherry picked from commit 4c505203f9
)
This commit is contained in:
parent
1d012e0a62
commit
d24ea263e2
1 changed files with 1 additions and 1 deletions
|
@ -3179,7 +3179,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