]> git.eshelyaron.com Git - emacs.git/commitdiff
(tags-query-replace): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Dec 2001 00:52:52 +0000 (00:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Dec 2001 00:52:52 +0000 (00:52 +0000)
lisp/progmodes/etags.el

index 05fc2cd020f8005c85cf248c6382f9748fa94f94..f86d97d71b0015cb6674b3b40cb83ed6901222d0 100644 (file)
@@ -1727,9 +1727,9 @@ See documentation of variable `tags-file-name'."
 
 ;;;###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'."