]> git.eshelyaron.com Git - emacs.git/commitdiff
(tags-query-replace): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 26 Jan 2008 17:55:24 +0000 (17:55 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 26 Jan 2008 17:55:24 +0000 (17:55 +0000)
lisp/ChangeLog
lisp/progmodes/etags.el

index cbdb8f932563743ae8ebacfafa45cd41f3e29511..3399fcea80ea8b7af79801b3864aff74420cc16b 100644 (file)
@@ -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
index edff63acb3fabe065a38f2c501ef6fead77238ab..a22853fb40427dc27e77e1481eb6508b91eda567 100644 (file)
@@ -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)))