From: Richard M. Stallman Date: Sun, 30 Dec 2001 00:52:52 +0000 (+0000) Subject: (tags-query-replace): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~17414 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=056f8a11473f067f8b5cbd453597c37c75d2f1bb;p=emacs.git (tags-query-replace): Doc fix. --- 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'."