diff options
author | Visuwesh <visuweshm@gmail.com> | 2022-05-08 13:17:34 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-05-08 13:17:46 +0200 |
commit | 4c505203f9171886f47638779326e257a95a1d79 (patch) | |
tree | eef6cc9e66a1434d4d0096d45220e525056615f4 /lisp/dired-aux.el | |
parent | be60e9e947cc441abc3373d321ff7869b607628e (diff) | |
download | emacs-4c505203f9171886f47638779326e257a95a1d79.tar.gz emacs-4c505203f9171886f47638779326e257a95a1d79.tar.bz2 emacs-4c505203f9171886f47638779326e257a95a1d79.zip |
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'.
Diffstat (limited to 'lisp/dired-aux.el')
-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 64cdab28f9a..d2bac5c467c 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -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 |