changeset 79931:7ae2b20e0d16

(tags-query-replace): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 26 Jan 2008 17:53:18 +0000
parents 54e3bf0e1bbe
children 1f241d7ce0c5
files lisp/progmodes/etags.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
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)))