diff lisp/progmodes/etags.el @ 79931:7ae2b20e0d16

(tags-query-replace): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 26 Jan 2008 17:53:18 +0000
parents a1342e6e097a
children d8c232d0bd1c 7dc2524306eb
line wrap: on
line diff
--- 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)))