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:
parent
add2019134
commit
405b8be3fc
2 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue