changeset 42416:36dc6c5f8b28

(tags-query-replace): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 Dec 2001 00:52:52 +0000
parents cdbdb10cfbe6
children a8cf90908008
files lisp/progmodes/etags.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/etags.el	Sun Dec 30 00:13:56 2001 +0000
+++ b/lisp/progmodes/etags.el	Sun Dec 30 00:52:52 2001 +0000
@@ -1727,9 +1727,9 @@
 
 ;;;###autoload
 (defun tags-query-replace (from to &optional delimited file-list-form start end)
-  "`Query-replace-regexp' FROM with TO through all files listed in tags table.
+  "Do `query-replace-regexp' of FROM with TO on all files listed in tags table.
 Third arg DELIMITED (prefix arg) means replace only word-delimited matches.
-If you exit (\\[keyboard-quit] or ESC), you can resume the query-replace
+If you exit (\\[keyboard-quit], RET or q), you can resume the query replace
 with the command \\[tags-loop-continue].
 
 See documentation of variable `tags-file-name'."