diff options
| author | Noam Postavsky | 2016-08-26 22:32:43 -0400 |
|---|---|---|
| committer | Noam Postavsky | 2016-08-26 22:33:41 -0400 |
| commit | 17197d0ae9eac100b56078b2a48964b29710b76e (patch) | |
| tree | 5a43fdd444284305744bef3ce193d85182ae9282 | |
| parent | 80a7f8be7bca1ca488887eedd7f0022d088e124a (diff) | |
| download | emacs-17197d0ae9eac100b56078b2a48964b29710b76e.tar.gz emacs-17197d0ae9eac100b56078b2a48964b29710b76e.zip | |
Fix tags-query-replace docstring
* lisp/progmodes/etags.el (tags-query-replace): Remove incorrect info
regarding non-existent parameters.
| -rw-r--r-- | lisp/progmodes/etags.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 890d55294cf..d37ab8a9817 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. | |||
| 1880 | If you exit (\\[keyboard-quit], RET or q), you can resume the query replace | 1880 | If you exit (\\[keyboard-quit], RET or q), you can resume the query replace |
| 1881 | with the command \\[tags-loop-continue]. | 1881 | with the command \\[tags-loop-continue]. |
| 1882 | Fourth arg FILE-LIST-FORM non-nil means initialize the replacement loop. | 1882 | Fourth arg FILE-LIST-FORM non-nil means initialize the replacement loop. |
| 1883 | Fifth and sixth arguments START and END are accepted, for compatibility | ||
| 1884 | with `query-replace-regexp', and ignored. | ||
| 1885 | 1883 | ||
| 1886 | If FILE-LIST-FORM is non-nil, it is a form to evaluate to | 1884 | If FILE-LIST-FORM is non-nil, it is a form to evaluate to |
| 1887 | produce the list of files to search. | 1885 | produce the list of files to search. |