From 405b8be3fc7ad1232d744142cc7fa7429621dfdb Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 26 Jan 2008 17:55:24 +0000 Subject: [PATCH] (tags-query-replace): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/progmodes/etags.el | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 + + * progmodes/etags.el (tags-query-replace): Doc fix. + 2008-01-26 Phil Sung (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))) -- 2.39.2