diff options
| author | Richard M. Stallman | 2001-12-30 00:52:52 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-30 00:52:52 +0000 |
| commit | 056f8a11473f067f8b5cbd453597c37c75d2f1bb (patch) | |
| tree | 3568ecad0739b5184ea37708df3c5211a8161a40 | |
| parent | c51ea62a82238479d70e8b31793946c4203560f1 (diff) | |
| download | emacs-056f8a11473f067f8b5cbd453597c37c75d2f1bb.tar.gz emacs-056f8a11473f067f8b5cbd453597c37c75d2f1bb.zip | |
(tags-query-replace): Doc fix.
| -rw-r--r-- | lisp/progmodes/etags.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 05fc2cd020f..f86d97d71b0 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el | |||
| @@ -1727,9 +1727,9 @@ See documentation of variable `tags-file-name'." | |||
| 1727 | 1727 | ||
| 1728 | ;;;###autoload | 1728 | ;;;###autoload |
| 1729 | (defun tags-query-replace (from to &optional delimited file-list-form start end) | 1729 | (defun tags-query-replace (from to &optional delimited file-list-form start end) |
| 1730 | "`Query-replace-regexp' FROM with TO through all files listed in tags table. | 1730 | "Do `query-replace-regexp' of FROM with TO on all files listed in tags table. |
| 1731 | Third arg DELIMITED (prefix arg) means replace only word-delimited matches. | 1731 | Third arg DELIMITED (prefix arg) means replace only word-delimited matches. |
| 1732 | If you exit (\\[keyboard-quit] or ESC), you can resume the query-replace | 1732 | If you exit (\\[keyboard-quit], RET or q), you can resume the query replace |
| 1733 | with the command \\[tags-loop-continue]. | 1733 | with the command \\[tags-loop-continue]. |
| 1734 | 1734 | ||
| 1735 | See documentation of variable `tags-file-name'." | 1735 | See documentation of variable `tags-file-name'." |