From: Noam Postavsky Date: Sat, 27 Aug 2016 02:32:43 +0000 (-0400) Subject: Fix tags-query-replace docstring X-Git-Tag: emacs-25.1~13 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17197d0;p=emacs.git Fix tags-query-replace docstring * lisp/progmodes/etags.el (tags-query-replace): Remove incorrect info regarding non-existent parameters. --- diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 890d55294cf..d37ab8a9817 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -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.