1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-18 08:51:45 -08:00

(tags-query-replace): Doc fix.

This commit is contained in:
Eli Zaretskii 2008-01-26 17:55:24 +00:00
parent add2019134
commit 405b8be3fc
2 changed files with 8 additions and 1 deletions

View 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

View 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)))