# HG changeset patch # User Eli Zaretskii # Date 1201369998 0 # Node ID 7ae2b20e0d16fd6f8f04da1c7e3ea88d2b196466 # Parent 54e3bf0e1bbe10475cbf5fb5c2b270a95705831e (tags-query-replace): Doc fix. diff -r 54e3bf0e1bbe -r 7ae2b20e0d16 lisp/progmodes/etags.el --- a/lisp/progmodes/etags.el Sat Jan 26 17:18:50 2008 +0000 +++ b/lisp/progmodes/etags.el Sat Jan 26 17:53:18 2008 +0000 @@ -1820,8 +1820,11 @@ 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. -See documentation of variable `tags-file-name'." +See also documentation of the variable `tags-file-name'." (interactive (query-replace-read-args "Tags query replace (regexp)" t t)) (setq tags-loop-scan `(let ,(unless (equal from (downcase from)) '((case-fold-search nil)))