Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e5374284
Commit
e5374284
authored
Dec 30, 2001
by
Richard M. Stallman
Browse files
(dired-do-query-replace-regexp): Doc fix.
parent
056f8a11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/dired-aux.el
lisp/dired-aux.el
+1
-1
No files found.
lisp/dired-aux.el
View file @
e5374284
...
...
@@ -2004,7 +2004,7 @@ To continue searching for next match, use command \\[tags-loop-continue]."
(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
")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment