summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2008-01-26 17:55:24 +0000
committerEli Zaretskii <eliz@gnu.org>2008-01-26 17:55:24 +0000
commit405b8be3fc7ad1232d744142cc7fa7429621dfdb (patch)
treea8234f4cedc85da303a3a88e09e3cefd4ec3fb08
parentadd20191343608c74f9b389b7dcffe0c22ca7580 (diff)
downloademacs-405b8be3fc7ad1232d744142cc7fa7429621dfdb.tar.gz
(tags-query-replace): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/progmodes/etags.el5
2 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cbdb8f93256..3399fcea80e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-26 Eli Zaretskii <eliz@gnu.org>
+
+ * progmodes/etags.el (tags-query-replace): Doc fix.
+
2008-01-26 Phil Sung <psung@mit.edu> (tiny change)
* wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el
index edff63acb3f..a22853fb404 100644
--- a/lisp/progmodes/etags.el
+++ b/lisp/progmodes/etags.el
@@ -1820,8 +1820,11 @@ See documentation of variable `tags-file-name'."
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)))