Fix tags-query-replace docstring
* lisp/progmodes/etags.el (tags-query-replace): Remove incorrect info regarding non-existent parameters.
This commit is contained in:
parent
80a7f8be7b
commit
17197d0ae9
1 changed files with 0 additions and 2 deletions
|
@ -1880,8 +1880,6 @@ Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
|
||||||
If you exit (\\[keyboard-quit], RET or q), 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].
|
with the command \\[tags-loop-continue].
|
||||||
Fourth arg FILE-LIST-FORM non-nil means initialize the replacement loop.
|
Fourth arg FILE-LIST-FORM non-nil means initialize the replacement loop.
|
||||||
Fifth and sixth arguments START and END are accepted, for compatibility
|
|
||||||
with `query-replace-regexp', and ignored.
|
|
||||||
|
|
||||||
If FILE-LIST-FORM is non-nil, it is a form to evaluate to
|
If FILE-LIST-FORM is non-nil, it is a form to evaluate to
|
||||||
produce the list of files to search.
|
produce the list of files to search.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue