]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix tags-query-replace docstring
authorNoam Postavsky <npostavs@gmail.com>
Sat, 27 Aug 2016 02:32:43 +0000 (22:32 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 27 Aug 2016 02:33:41 +0000 (22:33 -0400)
* lisp/progmodes/etags.el (tags-query-replace): Remove incorrect info
regarding non-existent parameters.

lisp/progmodes/etags.el

index 890d55294cfdd9b82949d4deaa23c6500bab7e46..d37ab8a98171480435b0b0539fa23a044a8bec9e 100644 (file)
@@ -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
 with the command \\[tags-loop-continue].
 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
 produce the list of files to search.