emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 17197d0: Fix tags-query-replace docstring


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-25 17197d0: Fix tags-query-replace docstring
Date: Sat, 27 Aug 2016 02:35:03 +0000 (UTC)

branch: emacs-25
commit 17197d0ae9eac100b56078b2a48964b29710b76e
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Fix tags-query-replace docstring
    
    * lisp/progmodes/etags.el (tags-query-replace): Remove incorrect info
    regarding non-existent parameters.
---
 lisp/progmodes/etags.el |    2 --
 1 file changed, 2 deletions(-)

diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el
index 890d552..d37ab8a 100644
--- a/lisp/progmodes/etags.el
+++ b/lisp/progmodes/etags.el
@@ -1880,8 +1880,6 @@ 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.
 
 If FILE-LIST-FORM is non-nil, it is a form to evaluate to
 produce the list of files to search.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]