aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-12-30 00:52:52 +0000
committerRichard M. Stallman2001-12-30 00:52:52 +0000
commit056f8a11473f067f8b5cbd453597c37c75d2f1bb (patch)
tree3568ecad0739b5184ea37708df3c5211a8161a40
parentc51ea62a82238479d70e8b31793946c4203560f1 (diff)
downloademacs-056f8a11473f067f8b5cbd453597c37c75d2f1bb.tar.gz
emacs-056f8a11473f067f8b5cbd453597c37c75d2f1bb.zip
(tags-query-replace): Doc fix.
-rw-r--r--lisp/progmodes/etags.el4
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.
1731Third arg DELIMITED (prefix arg) means replace only word-delimited matches. 1731Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
1732If you exit (\\[keyboard-quit] or ESC), you can resume the query-replace 1732If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
1733with the command \\[tags-loop-continue]. 1733with the command \\[tags-loop-continue].
1734 1734
1735See documentation of variable `tags-file-name'." 1735See documentation of variable `tags-file-name'."