# HG changeset patch # User Richard M. Stallman # Date 1009673572 0 # Node ID 36dc6c5f8b28ca62261f24c70b3ced2381f072cf # Parent cdbdb10cfbe66aecd6607c593611fc4744bda623 (tags-query-replace): Doc fix. diff -r cdbdb10cfbe6 -r 36dc6c5f8b28 lisp/progmodes/etags.el --- 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'."