From 056f8a11473f067f8b5cbd453597c37c75d2f1bb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 30 Dec 2001 00:52:52 +0000 Subject: [PATCH] (tags-query-replace): Doc fix. --- lisp/progmodes/etags.el | 4 ++-- 1 file 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'." ;;;###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'." -- 2.39.5